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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user