1
0
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:
Alexandre Iooss
2019-07-17 13:34:07 +02:00
parent 849bb71d5d
commit 7bafbeb93a
7 changed files with 97 additions and 37 deletions

View File

@ -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">