Change names in URL schema to singular form.

This commit is contained in:
2019-03-03 12:10:40 +01:00
parent 0056b0e305
commit fc2c1797c7
5 changed files with 48 additions and 46 deletions

View File

@@ -5,7 +5,9 @@
{% block page %}
{% if g.is_editor %}
<div class="btn-toolbar" role="toolbar">
<a class="btn btn-primary" href="{{ url_for('new_drink') }}" role="button"><span class="fas fa-plus"></span> Drink</a>
<a class="btn btn-primary" href="{{ url_for('new_drink') }}" role="button">
<span class="fas fa-plus"></span> Drink
</a>
</div>
{% endif %}
{% if not model.drinks %}