Merge pull request #311 from Reena-cell/develop

Change name from view to detail
This commit is contained in:
Simon Redfern 2023-03-31 12:11:20 +02:00 committed by GitHub
commit f4109c7219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}