From 733a218f0c807dd6c6c60addca1cb3c512207993 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 20 Apr 2014 17:01:42 +0800 Subject: small updated navbar.html and registration templates --- templates/registration/registration_form.html | 5 ++++- 1 file changed, 4 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 90144ec..9404d68 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -11,10 +11,13 @@ {% block content %}
+

注册账户

+
+
{% csrf_token %} {% bootstrap_form form layout='horizontal' %} - {% buttons submit='OK' reset='Cancel' layout='horizontal' %}{% endbuttons %} + {% buttons submit='提交' reset='取消' layout='horizontal' %}{% endbuttons %}
{% endblock %} -- cgit v1.2.2