Minor wording change
This commit is contained in:
parent
146ae4b10a
commit
ead33e175e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<td>{% if inquiry.min_nights == 0 %}Egal!{% elif inquiry.min_nights == 1 %}Kurztrip (2-3 Nächte){% else %}Min. 3 Nächte{% endif %}</td>
|
||||
<td>{{ inquiry.adults }} + {{ inquiry.children }}</td>
|
||||
<td>€ {{ inquiry.budget }}</td>
|
||||
<td><a href="{% url "auction:offer_create" establishment.id inquiry.uuid %}" class="btn btn-orange">Angebot erstellen!</button></td>
|
||||
<td><a href="{% url "auction:offer_create" establishment.id inquiry.uuid %}" class="btn btn-orange">Anbieten!</button></td>
|
||||
</tr>
|
||||
{% endif %}{% endfor %}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue