From 49856f36361a71aba71c43c77cebb22340010181 Mon Sep 17 00:00:00 2001 From: equinox Date: Fri, 1 Apr 2011 05:42:06 +0200 Subject: initial checkin --- templates/create.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/create.html (limited to 'templates/create.html') diff --git a/templates/create.html b/templates/create.html new file mode 100644 index 0000000..2ac6563 --- /dev/null +++ b/templates/create.html @@ -0,0 +1,21 @@ + + + + + create + + +
+
uid:
+ ${errors.username} +
password:
+ ${errors.password} +
repeat:
+ ${errors.password2} + +
+
+ -- cgit v1.2.1