fix: Rename wine takout button
This commit is contained in:
parent
aff812bed1
commit
b4c4a24ec7
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Reference in a new issue