1 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

View File

@@ -1,5 +1,5 @@
{% extends "base" %}
{% block title %}404{% endblock title %}
{% block title %}500{% endblock title %}
{% block nav %}
{% endblock nav %}
{% block content %}