From 7d2aa560ba859ebb593d34b062bf1faf09c8724c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Oct 2012 17:49:57 +0200 Subject: Djangoization - Major refactoring (step 1) --- ishtar_common/templates/registration/login.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ishtar_common/templates/registration/login.html (limited to 'ishtar_common/templates/registration/login.html') diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html new file mode 100644 index 000000000..ada4f6aa9 --- /dev/null +++ b/ishtar_common/templates/registration/login.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} +
+
{% csrf_token %} + + +{{ form.as_table }} + + +
{%trans "Log in"%}
+
+
+
+

{% trans "Forgot password?" %} {% trans "Reset it" %}

+

{% trans "Not member?" %} {% trans "Register" %}

+
+{% endblock %} -- cgit v1.2.3