diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-29 01:27:31 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-29 01:29:51 +0800 |
commit | 9177e7f60868a34a50da65d5dc7fe2aac17b2804 (patch) | |
tree | 252c31625424b220c2794d5f51b50f48ad158b5a /account/templates | |
parent | 73d343c35f8bd7f405ef642cecace834c4b6c65c (diff) | |
download | django-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')
-rw-r--r-- | account/templates/account/profile.html | 1 | ||||
-rw-r--r-- | account/templates/account/profile_update.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/account/templates/account/profile.html b/account/templates/account/profile.html index a615db5..0eb70d2 100644 --- a/account/templates/account/profile.html +++ b/account/templates/account/profile.html @@ -125,6 +125,7 @@ <a href="{% url 'profile_update' %}" class="btn btn-default">更新个人信息</a> <a href="{% url 'password_change' %}" class="btn btn-default">修改密码</a> </p> + <br> </div> {% endblock %} 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 %} |