django/tests/admin_views/templates/admin/admin_views/article/actions.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
278 B
HTML
Raw Normal View History

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