Rename "Verfügbare Anfragen" to "Neue Anfragen"

Fixes #15
This commit is contained in:
Kumi 2021-05-22 08:39:42 +02:00
parent ce8bc06699
commit d85f5e6f08

View file

@ -14,7 +14,7 @@
<div class="container text-center">
<div class="row d-flex justify-content-center">
<div class="col-md-12 col-lg-12 col-lg-offset-2">
<h2>{% trans "Verfügbare Anfragen" %}</h2>
<h2>{% trans "Neue Anfragen" %}</h2>
<div>für <select id="id_establishment" name="establishment" class="">
{% for e in request.user.partnerprofile.establishment_set.all %}
<option value="{{ e.id }}" {% if e == establishment %}selected{% endif %}>{{ e.name }}</option>