aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/registration_form.html')
-rw-r--r--templates/registration/registration_form.html4
1 files changed, 2 insertions, 2 deletions
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 %}
<div class="container">
<h2>注册账户</h2>
- <br />
+ <br>
<form role="form" class="form-horizontal" method="post">
{% csrf_token %}
{% bootstrap_form form layout='horizontal' %}
- {% buttons submit='提交' reset='取消' layout='horizontal' %}{% endbuttons %}
+ {% buttons submit='提交' reset='重置' layout='horizontal' %}{% endbuttons %}
</form>
</div>
{% endblock %}