1
0
Fork 0
forked from bton/matekasse

könnte so klappen

This commit is contained in:
lubiana 2024-02-21 22:02:07 +01:00
parent 727617e2be
commit 19fbecda56
14 changed files with 205 additions and 187 deletions

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<title>Error</title>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
<p>
{% 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>
Error: {{error_code}}
</p>
</html>
</p>
{% endblock %}