Fixed little things
This commit is contained in:
6
src/templates/admin/index.html
Normal file
6
src/templates/admin/index.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user