1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Modified empty tips translation

This commit is contained in:
zhengxie
2012-11-02 19:45:51 +08:00
parent 287c516abd
commit 892ebc0eea
21 changed files with 340 additions and 254 deletions

View File

@@ -1,4 +1,5 @@
{% load group_avatar_tags i18n %}
{% load url from future %}
<div class="info-item">
<h3 class="info-item-top">{% trans "My Groups" %}</h3>
{% if groups %}
@@ -13,6 +14,8 @@
{% endfor %}
</ul>
{% else %}
<p class="info-item-bottom">{% trans "Empty" %}</p>
<div class="info-item-bottom">
<p><a href="{% url 'group_list' %}">Create a group now</a></p>
</div>
{% endif %}
</div>