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