First working version

This commit is contained in:
2023-01-15 18:32:05 +01:00
parent 0b7d16d3e0
commit 823470e2f2
37 changed files with 902 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<h1>You can't access this resource.</h1>
<p>{{exception}}</p>
{% endblock %}