fix 500 template title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f1900fc24a
commit
5da53f79e4
@ -1,5 +1,5 @@
|
|||||||
{% extends "base" %}
|
{% extends "base" %}
|
||||||
{% block title %}404{% endblock title %}
|
{% block title %}500{% endblock title %}
|
||||||
{% block nav %}
|
{% block nav %}
|
||||||
{% endblock nav %}
|
{% endblock nav %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@ -10,4 +10,4 @@
|
|||||||
<p>😮 Ой, кажется у нас тут что то сломалось...</p>
|
<p>😮 Ой, кажется у нас тут что то сломалось...</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user