aboutsummaryrefslogtreecommitdiffstats
path: root/account/templates/account/profile_update.html
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-29 01:27:31 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-29 01:29:51 +0800
commit9177e7f60868a34a50da65d5dc7fe2aac17b2804 (patch)
tree252c31625424b220c2794d5f51b50f48ad158b5a /account/templates/account/profile_update.html
parent73d343c35f8bd7f405ef642cecace834c4b6c65c (diff)
downloaddjango-skaschool-9177e7f60868a34a50da65d5dc7fe2aac17b2804.tar.bz2
* updated transcript help_text of account/models.py
* updated ValidationError message and used named string of account/extra.py * small changes to 'profile.html' and 'profile_update.html' * added class Meta to notice/models.py/NoticeAttachment
Diffstat (limited to 'account/templates/account/profile_update.html')
-rw-r--r--account/templates/account/profile_update.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/account/templates/account/profile_update.html b/account/templates/account/profile_update.html
index 2023aa9..608f581 100644
--- a/account/templates/account/profile_update.html
+++ b/account/templates/account/profile_update.html
@@ -44,6 +44,7 @@
{% endfor %}
{% buttons submit='提交' reset='重置' layout='horizontal' %}{% endbuttons %}
</form>
+ <br>
</div>
{% endblock %}