From f74743aca5ffa55c717b336a314b58d59f4abc03 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 20 Apr 2014 21:23:17 +0800 Subject: small fixes to "br" tag --- templates/registration/registration_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/registration/registration_form.html') diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 9404d68..31316fe 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -12,12 +12,12 @@ {% block content %}

注册账户

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