forked from TagesschuleElementa/www.tagesschule-elementa.ch
fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user