This commit is contained in:
2019-06-04 15:27:42 +02:00
parent 872afa9f06
commit 8da8c1b65f
3 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<p class="section__text reveal_self reveal reveal_animation">
{% trans 'Die Seite wurde leider nicht gefunden.' %}
<br><br>
<a href="/{{ LANGUAGE_CODE }}/">{% trans 'Zurück zur Startseite' %}</a><br>
<a href="/">{% trans 'Zurück zur Startseite' %}</a><br>
<a href="{% url 'search' %}">{% trans 'Zur Suche' %}</a><br>
{% page_url 'contact' as contact_url %}
<a href="{{ contact_url }}">{% trans 'Nehmen Sie mit uns Kontakt auf' %}</a>

View File

@@ -12,8 +12,8 @@
<p class="section__text reveal_self reveal reveal_animation">
{% trans 'Beim Aufrufen der Seite ist ein Fehler aufgetreten.' %}
<br><br>
<a href="{{ request.get_current_url }}">{% trans 'Seite neu laden' %}</a><br>
<a href="/{{ LANGUAGE_CODE }}/">{% trans 'Zurück zur Startseite' %}</a><br>
<a href="">{% trans 'Seite neu laden' %}</a><br>
<a href="/">{% trans 'Zurück zur Startseite' %}</a><br>
<a href="{% url 'search' %}">{% trans 'Zur Suche' %}</a><br>
{% page_url 'contact' as contact_url %}
<a href="{{ contact_url }}">{% trans 'Nehmen Sie mit uns Kontakt auf' %}</a>