diff options
Diffstat (limited to 'src/templates/admin/index.html')
| -rw-r--r-- | src/templates/admin/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/templates/admin/index.html b/src/templates/admin/index.html new file mode 100644 index 0000000..11e414d --- /dev/null +++ b/src/templates/admin/index.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block content %} + +<h1>welcome to admin mode, me!</h1> + +<p>safety button to sign out:</p> + +<a href="/admin/logout">here</a> + +{% endblock %} |
