mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-03 06:12:47 +02:00
The beginning of transfer view
This commit is contained in:
@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
{% block branding %}
|
||||
<strong id="site-name">
|
||||
<a href="{{ site_url }}">
|
||||
<a href="/">
|
||||
{{ request.site.name }}
|
||||
</a>
|
||||
</strong>
|
||||
@ -23,9 +23,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
<strong>{% firstof user.get_short_name user.get_username %}</strong>.
|
||||
{% endblock %}
|
||||
{% block userlinks %}
|
||||
{% if site_url %}
|
||||
<a href="{{ site_url }}">{% trans 'View site' %}</a> /
|
||||
{% endif %}
|
||||
{# Link to our apps outside of admin #}
|
||||
<a href="{% url 'note:transfer' %}">{% trans 'Transfer' %}</a> /
|
||||
|
||||
{% if available_apps %}
|
||||
{# When in admin site, list all admin pages and documentation #}
|
||||
<span class="dropdown">
|
||||
|
Reference in New Issue
Block a user