translation: continue

This commit is contained in:
2024-04-13 12:46:24 +02:00
parent ea82d03c8d
commit 5d925ead67
5 changed files with 45 additions and 13 deletions

View File

@@ -2,6 +2,6 @@
{% load i18n %}
{% block content %}
<h1>Rules</h1>
<h1>{% translate "Regeln" %}</h1>
{% include "fellchensammlung/lists/list-rules.html" %}
{% endblock %}

View File

@@ -19,12 +19,12 @@
<p>{{ user.username }}</p>
<form action="{% url 'logout' %}" method="post">
{% csrf_token %}
<button type="submit">Ausloggen</button>
<button type="submit">{% translate "Ausloggen"%}</button>
</form>
</div>
{% else %}
<a href="{% url "django_registration_register" %}">Registrieren</a>
<a href="{% url "login" %}">Einloggen</a>
<a href="{% url "django_registration_register" %}">{% translate "Registrieren" %}</a>
<a href="{% url "login" %}">{% translate "Einloggen" %}</a>
{% endif %}
<form action="{% url 'change-language' %}" method="post" onchange='this.form.submit()'>