Skip to content

footer: Add mailto: feedback link #72

Merged
merged 1 commit into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion mpicms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -74,4 +77,4 @@

</div>
</div>
</footer>
</footer>