From 6fcc55a442d52c251408566f6bc924b15cef0bb3 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 19 Nov 2011 08:38:13 +0530 Subject: ENH: Fixing login/registration forms and uname/pwd The login and registration forms are now rendered as tables which looks much nicer. The username now can take letters, digits, period and underscore. The password can take letters, digits and punctuation. --- templates/exam/register.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/exam/register.html') diff --git a/templates/exam/register.html b/templates/exam/register.html index d002570..921e7b5 100644 --- a/templates/exam/register.html +++ b/templates/exam/register.html @@ -7,7 +7,9 @@ Please provide the following details.
{% csrf_token %} -{{ form.as_p }} + +{{ form.as_table }} +
-- cgit