djLint/tests/source_django/actions.html
2021-12-14 09:57:37 +01:00

11 lines
343 B
HTML

{% extends "admin/actions.html" %}
{% load i18n %}
{% block actions-submit %}
<button type="submit"
class="button override-actions"
title="{% translate "Run the selected action" %}"
name="index"
value="{{ action_index|default:0 }}">
{% translate "Go" %}
</button>
{% endblock %}