Add login functionality and basic HTML pages
This commit is contained in:
6
code/app/templates/admin.html
Normal file
6
code/app/templates/admin.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Hi, {{ current_user.username }}!</h1>
|
||||
Do you want to nuke the database?
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user