fixed recipe edit button text

This commit is contained in:
vabene1111
2020-06-26 08:53:46 +02:00
parent 381bc5ffb4
commit db7f0d4988

View File

@@ -40,7 +40,7 @@
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="{% url 'edit_recipe' recipe.pk %}"><i
class="fas fa-pencil-alt"></i> {% trans 'Bearbeiten' %}</a>
class="fas fa-pencil-alt"></i> {% trans 'Edit' %}</a>
<button class="dropdown-item" onclick="$('#bookmarkModal').modal({'show':true})">
<i class="fas fa-bookmark fa-fw"></i> {% trans 'Add to Book' %}</button>
{% if ingredients %}