We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461595c commit b41f1b9Copy full SHA for b41f1b9
src/django_github_app/templates/admin/django_github_app/eventlog/cleanup.html
@@ -18,13 +18,13 @@
18
</div>
19
<div class="submit-row">
20
<input type="submit"
21
- value="{% translate 'Delete Events' %}"
22
- class="deletelink"
+ value="{% translate 'Submit' %}"
+ class="default"
23
name="_save">
24
{% url opts|admin_urlname:'changelist' as changelist_url %}
25
<a role="button"
26
href="{% add_preserved_filters changelist_url %}"
27
- class="closelink">{% translate 'Cancel' %}</a>
+ class="button">{% translate 'Cancel' %}</a>
28
29
</form>
30
{% endblock %}
0 commit comments