Add login functionality and basic HTML pages

This commit is contained in:
2020-01-09 03:17:31 +01:00
parent a0a5384e5b
commit 15ac576058
16 changed files with 147 additions and 48 deletions

View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>Hi, {{ current_user.username }}!</h1>
Do you want to nuke the database?
{% endblock %}