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/register.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 flaskr/templates/auth/register.html (limited to 'flaskr/templates/auth/register.html') diff --git a/flaskr/templates/auth/register.html b/flaskr/templates/auth/register.html new file mode 100644 index 0000000..a3c73cc --- /dev/null +++ b/flaskr/templates/auth/register.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} + +{% block header %} +

{% block title %}Register{% endblock %}

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