From de48c33ec3cad602828d9406ffe2dd379cfa3c2e Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sat, 7 Jun 2014 11:58:26 +0800 Subject: Validate username field on registration * validate username with regex on registration (bootstrap3 frontent does not handle regex correctly. XXX) -> account/forms.py * small update to registration page title display style --- templates/registration/registration_form.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/registration/registration_form.html') diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 61de0ff..1bf7642 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -9,7 +9,9 @@ {% block content %}
-

注册账户

+
+

注册账户

+

-- cgit v1.2.2