1
0
Fork 0
forked from bton/matekasse
matekasse/Website/templates/error.html

8 lines
227 B
HTML
Raw Normal View History

2024-02-21 22:02:07 +01:00
{% extends "base.html" %}
{% block title %}Error{% endblock %}
{% block customscript %}
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
2023-09-20 18:35:45 +02:00
Error: {{error_code}}
2024-02-21 22:02:07 +01:00
</p>
{% endblock %}