mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Merge pull request #3478 from haiwen/system-admin
[system admin] modified text
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<p class="error alc hide"></p>
|
||||
<div id="space-traffic" class="hide"></div>
|
||||
<a class="item" href="{{ SITE_ROOT }}profile/">{% trans "Settings" %}</a>
|
||||
<a href="{{ SITE_ROOT }}" title="{% trans "Exit admin panel" %}" class="item">{% trans "Exit admin panel" %}</a>
|
||||
<a href="{{ SITE_ROOT }}" title="{% trans "Exit System Admin" %}" class="item">{% trans "Exit System Admin" %}</a>
|
||||
<a href="{{ SITE_ROOT }}accounts/logout/" class="item" id="logout">{% trans "Log out" %}</a>
|
||||
</div>
|
||||
</script>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
{% block main_class %}d-flex ovhd{% endblock %}
|
||||
|
||||
{% block admin_link %}
|
||||
<a href="{{ SITE_ROOT }}" title="{% trans "Exit admin panel" %}" class="item">{% trans "Exit admin panel" %}</a>
|
||||
<a href="{{ SITE_ROOT }}" title="{% trans "Exit System Admin" %}" class="item">{% trans "Exit System Admin" %}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block main_content %}
|
||||
|
Reference in New Issue
Block a user