Update application
This commit is contained in:
10
myapp/templates/error.html
Normal file
10
myapp/templates/error.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "skeleton.html" %}
|
||||
{% block body %}
|
||||
|
||||
<h3 class="text-danger">{{ error_code }}: {{ error_message }}</h3>
|
||||
<hr />
|
||||
|
||||
<h4 class="text-center">Это фиаско, братан!</h4>
|
||||
<p class="text-center"><img class="img-thumbnail" src="/static/{{ error_code }}.jpg" /></p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user