From 9177e7f60868a34a50da65d5dc7fe2aac17b2804 Mon Sep 17 00:00:00 2001
From: Weitian LI
Date: Tue, 29 Apr 2014 01:27:31 +0800
Subject: * 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
---
account/templates/account/profile.html | 1 +
account/templates/account/profile_update.html | 1 +
2 files changed, 2 insertions(+)
(limited to 'account/templates')
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 @@
更新个人信息
修改密码
+
{% 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 %}
+
{% endblock %}
--
cgit v1.2.2