Rename layout to base and clean up HTML

This commit is contained in:
Michał Gdula 2023-05-29 10:42:17 +00:00
parent d9714da918
commit 3c09fb494b
8 changed files with 265 additions and 332 deletions

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% extends 'base.html' %}
{% block content %}
<span class="error-page">
<div class="error-page">
<h1>{{error}}</h1>
<p>{{msg}}</p>
</span>
</div>
{% endblock %}