fix: Rename wine takout button

This commit is contained in:
Thomas Schwery 2022-03-06 10:52:17 +01:00
parent aff812bed1
commit b4c4a24ec7

View file

@ -45,7 +45,7 @@
<td>{{ millesime.available }}</td> <td>{{ millesime.available }}</td>
<td>{{ millesime.get_size_display }}</td> <td>{{ millesime.get_size_display }}</td>
<td> <td>
<a type="button" class="btn btn-outline-primary" href="{% url 'wine:takeout' millesime.id%}">Edit</a> <a type="button" class="btn btn-outline-primary" href="{% url 'wine:takeout' millesime.id%}">Sortir</a>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}