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/index.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ishtar/templates/index.html (limited to 'ishtar/templates/index.html') diff --git a/ishtar/templates/index.html b/ishtar/templates/index.html new file mode 100644 index 000000000..c4c0b0f2a --- /dev/null +++ b/ishtar/templates/index.html @@ -0,0 +1,2 @@ +{% extends "base.html" %} +{% load i18n %} -- cgit v1.2.3