1
0
forked from finn/site

remove tabs from html

This commit is contained in:
2024-09-02 07:22:23 +00:00
parent 9090da987f
commit 8cbe7eecd3
14 changed files with 246 additions and 246 deletions

View File

@ -2,8 +2,8 @@
{% block content %}
<h2>An unexpected error has occurred.</h1>
<p>Administrator has been notified.</p>
<p><a href="{{ url_for('index') }}">Back</a></p>
<h2>An unexpected error has occurred.</h1>
<p>Administrator has been notified.</p>
<p><a href="{{ url_for('index') }}">Back</a></p>
{% endblock %}