From f077badf3163fc36c111dc45fe8d7d6f57d8712a Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 8 Nov 2013 09:31:01 +0200 Subject: Merged motor and checkin --- templates/login.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/login.html (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..2167d15 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,10 @@ +{% extends "default.html" %} + +{% block main %} +
+ {% csrf_token %} + + {{ form.as_p }} + +
+{% endblock main %} -- cgit v1.2.3