Changed the styling of all the pages

This commit is contained in:
xemeds
2020-08-24 15:25:42 +03:00
parent e65f43e401
commit d5a591317d
10 changed files with 308 additions and 317 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
{% extends "layout.html" %}
{% block body %}
<ul class="error-message">
<li><p>{{ error_code }}</p></li>
<li><p>{{ error_message }}</p></li>
</ul>
<div class="error">
<h1>{{ error_code }}</h1>
<h2>{{ error_message }}</h2>
</div>
{% endblock %}