Fixed little things

This commit is contained in:
2020-11-29 02:13:30 +01:00
parent 116ef34a9a
commit 69555d4444
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{% extends 'admin/master.html' %}
{% block body %}
<h2>Hello {{ current_user.name }}!</h2>
<a href="/" class="btn btn-secondary">Back to the site</a>
{% endblock %}