Skip to content

Commit

Permalink
Merge pull request #72 from molgen/add-feedbacklink
Browse files Browse the repository at this point in the history
footer: Add mailto: feedback link
  • Loading branch information
donald authored Feb 17, 2020
2 parents d0164c7 + 7f6df65 commit 2a1dee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
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>

0 comments on commit 2a1dee5

Please sign in to comment.