Skip to content

Commit

Permalink
Fix admin action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gardener committed Jan 11, 2024
1 parent 3171ec7 commit f9eefb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
{% endfor %}
{% endfor %}

{% if block("action_buttons") is defined %}
<div class='btn-toolbar pb-1'>
<div class='btn-group ms-auto'>
{% block action_buttons %}
{% endblock %}
</div>
</div>
{% endif %}

{% block body %}
{% endblock %}
</div>
Expand Down

0 comments on commit f9eefb0

Please sign in to comment.