From d77dcf62b4005a0f36ef2fa7ba6d3651d2ef38d7 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 5 Nov 2022 14:17:27 -0600 Subject: Initial commit (users and statuses) --- templates/auth/login.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/auth/login.html (limited to 'templates/auth/login.html') diff --git a/templates/auth/login.html b/templates/auth/login.html new file mode 100644 index 0000000..f8e1c9d --- /dev/null +++ b/templates/auth/login.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% load crispy_forms_tags %} + +{% block title %}Login{% endblock %} + +{% block content %} + +{% endblock %} -- cgit v1.2.3