From 84f5d4f5210ee75cb2eef8e7d21fbb13690f9f50 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 26 Dec 2010 19:04:28 +0100 Subject: Integration of registration module --- ishtar/templates/base.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ishtar/templates/base.html (limited to 'ishtar/templates/base.html') diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html new file mode 100644 index 000000000..4f8282bbe --- /dev/null +++ b/ishtar/templates/base.html @@ -0,0 +1,34 @@ +{% load i18n %} + + + + + + {% block title %}Ishtar{% endblock %} + + + + + +
+ {% block content %}{% endblock %} +
+ + + + + -- cgit v1.2.3