From 4989a8e572ea666d3e392a503ee6831b8a9386f9 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 15 Feb 2011 23:04:18 +0100 Subject: Initial commit. --- templates/login.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/login.tmpl (limited to 'templates/login.tmpl') diff --git a/templates/login.tmpl b/templates/login.tmpl new file mode 100644 index 0000000..6baee6c --- /dev/null +++ b/templates/login.tmpl @@ -0,0 +1,14 @@ +#def title: login +#def header: login +#extends templates.base +#def content +#set error = $error or '' +
$error
+
+

username

+

+

password

+

+

+
+#end def -- cgit v1.2.3