0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Remove unused addbutton class usage

There is no mention of this class anywhere in the codebase.
This commit is contained in:
Sage Abdullah 2023-07-03 13:43:15 +01:00
parent dc747d7106
commit 85dfb2c7e7
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{% load i18n wagtailadmin_tags %}
{% block actions %}
<div class="addbutton">
<div>
<a href="{% url 'wagtailadmin_reports:workflow_tasks' %}" class="button">{% trans "By Task" %}</a>
</div>
{{ block.super }}

View File

@ -2,7 +2,7 @@
{% load i18n wagtailadmin_tags %}
{% block actions %}
<div class="addbutton">
<div>
<a href="{% url 'wagtailadmin_reports:workflow' %}" class="button">{% trans 'By Workflow' %}</a>
</div>
{{ block.super }}