{% extends 'admin/change_list.html' %} {% load i18n %} {% block object-tools %}
<form
action="sync_opened_issues/"
method="GET"
style="padding: 2px 25px"
>
{% csrf_token %}
<button
type="submit"
style="padding: 4px; width: auto; color: black; background-color: #eeeeee; border-radius: 2px"
"
>
{% trans "Sync opened issues" %}
</button>
</form>
{{ block.super }} {% endblock %}