1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

Modify messages color and time

This commit is contained in:
xiez
2012-09-24 10:54:44 +08:00
parent 7f24c337c7
commit a8e6b269e9
13 changed files with 12 additions and 93 deletions

View File

@@ -7,14 +7,6 @@
{% block right_panel %}
<div id="user-basic-info">
<h2>个人基本信息修改</h2>
{% if messages %}
<ul class="messages hide">
{% for message in messages %}
<li class="info">{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
<form action="" method="post">
<label>头像:</label>{% avatar request.user.username 60 %}
<a href="{{ SITE_ROOT }}avatar/add/">更改</a><br />