2 Commits

Author SHA1 Message Date
5da53f79e4 fix 500 template title
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-20 16:24:35 +03:00
f1900fc24a add link to json
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-20 14:12:39 +03:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{% extends "base" %}
{% block title %}404{% endblock title %}
{% block title %}500{% endblock title %}
{% block nav %}
{% endblock nav %}
{% block content %}
@@ -10,4 +10,4 @@
<p>&#128558; Ой, кажется у нас тут что то сломалось...</p>
</div>
</div>
{% endblock content %}
{% endblock content %}

View File

@@ -53,6 +53,8 @@
{% if id | length %}
<p><span>Номер: </span> {{ id }}</p>
{% endif %}
<br/>
<p class="text-muted"> Показать как <a href="/q/{{ num }}/json">json</a></p>
</div></details>
</div>
<br />