Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleted the div that conatined the actionbutton class in Model Admin template #6387

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions wagtail/contrib/modeladmin/templates/modeladmin/index.html
Expand Up @@ -26,9 +26,7 @@
{% block header_extra %}
<div class="right">
{% if user_can_create %}
<div class="actionbutton">
{% include 'modeladmin/includes/button.html' with button=view.button_helper.add_button %}
</div>
{% endif %}
{% if view.list_export %}
<div class="dropdown dropdown-button match-width col">
Expand Down