Change name from view to detail

This commit is contained in:
Reena Aheer 2023-03-31 12:05:33 +02:00
parent 5bb573cad0
commit 22a04cdf89

View File

@ -33,7 +33,7 @@
</ul>
</div>
</td>
<td><a href="{{ url_atm_update }}" class="btn btn-primary">{% trans "View" %}</a></td>
<td><a href="{{ url_atm_update }}" class="btn btn-primary">{% trans "Detail" %}</a></td>
</tr>
{% endfor %}