diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 9feebf5..cd148ef 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-13 08:17+0100\n" +"POT-Creation-Date: 2020-02-17 16:56+0100\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" @@ -1682,19 +1682,23 @@ msgstr "Abonnieren" msgid "No events found" msgstr "Keine Veranstaltungen gefunden" -#: mpicms/templates/footer.html:37 mpicms/templates/menus/main.html:22 +#: mpicms/templates/footer.html:24 +msgid "Feedback on the intranet" +msgstr "Feedback zum Intranet" + +#: mpicms/templates/footer.html:40 mpicms/templates/menus/main.html:22 msgid "Dashboard" msgstr "Admin-Interface" -#: mpicms/templates/footer.html:40 mpicms/templates/menus/main.html:23 +#: mpicms/templates/footer.html:43 mpicms/templates/menus/main.html:23 msgid "Settings" msgstr "Einstellungen" -#: mpicms/templates/footer.html:43 mpicms/templates/menus/main.html:25 +#: mpicms/templates/footer.html:46 mpicms/templates/menus/main.html:25 msgid "Logout" msgstr "Ausloggen" -#: mpicms/templates/footer.html:48 mpicms/templates/menus/main.html:29 +#: mpicms/templates/footer.html:51 mpicms/templates/menus/main.html:29 msgid "Login" msgstr "Einloggen" diff --git a/mpicms/templates/footer.html b/mpicms/templates/footer.html index 547d959..2bd22ae 100644 --- a/mpicms/templates/footer.html +++ b/mpicms/templates/footer.html @@ -20,6 +20,9 @@ <a href="{{ menu_item.url }}">{{ menu_item.title }}</a> </li> {% endfor %} + <li> + <a href="mailto:intranet@molgen.mpg.de">{% trans 'Feedback on the intranet' %}</a> + </li> </ul> </div> </div> @@ -74,4 +77,4 @@ </div> </div> -</footer> \ No newline at end of file +</footer>