6 lines
241 B
HTML
6 lines
241 B
HTML
{% extends 'admin/change_list.html' %} {% block object-tools %}
|
|
<form action="sync" method="POST">
|
|
{% csrf_token %}
|
|
<button type="submit" class="button" style="padding: 4px">Sync with FS</button>
|
|
</form>
|
|
{{ block.super }} {% endblock %}
|