1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-23 10:56:35 +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

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-07-16 12:36+0200\n"
"POT-Creation-Date: 2019-07-17 13:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,8 +18,8 @@ msgid "Welcome,"
msgstr ""
#: templates/admin/base_site.html:27
msgid "View site"
msgstr "Retour au site"
msgid "Transfer"
msgstr "Virement"
#: templates/admin/base_site.html:32 templates/admin/base_site.html:51
msgid "View admin"

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