Add initial setup and admin page
This commit is contained in:
7
templates/401.html.tera
Normal file
7
templates/401.html.tera
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "_layout" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="m-3">
|
||||
{{ error }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user