From f59b3ba871f1086beb147c2de46f0cd60ce070c2 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 27 Oct 2023 19:56:12 -0500 Subject: Add auth view and static files --- flaskr/templates/auth/login.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 flaskr/templates/auth/login.html (limited to 'flaskr/templates/auth/login.html') diff --git a/flaskr/templates/auth/login.html b/flaskr/templates/auth/login.html new file mode 100644 index 0000000..b7dd5dc --- /dev/null +++ b/flaskr/templates/auth/login.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} + +{% block header %} +

{% block title %}Log In{% endblock %}

+{% endblock %} + +{% block content %} +
+ + + + + +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3