matekasse/Website/templates/error.html

8 lines
227 B
HTML
Raw Normal View History

2024-02-21 21:02:07 +00: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 16:35:45 +00:00
Error: {{error_code}}
2024-02-21 21:02:07 +00:00
</p>
{% endblock %}