Fix post flairs

This commit is contained in:
spikecodes
2021-02-21 10:11:17 -08:00
parent dd67b52199
commit de38f7ef18
4 changed files with 21 additions and 5 deletions

View File

@ -2,5 +2,8 @@
{% block title %}Error: {{ msg }}{% endblock %}
{% block sortstyle %}{% endblock %}
{% block content %}
<h1 style="text-align: center; font-size: 50px;">{{ msg }}</h1>
<div id="error">
<h1>{{ msg }}</h1>
<h3>Head back <a href="/">home</a>?</h3>
</div>
{% endblock %}