Remove errant buttons block from cable view

This commit is contained in:
jeremystretch 2021-08-06 12:33:21 -04:00
parent d0fbbbfb37
commit 63f4d81bc0

View File

@ -4,20 +4,6 @@
{% load perms %}
{% load plugins %}
{% block controls %}
{% plugin_buttons object %}
<div class="container mb-2 mx-0">
<div class="d-flex flex-wrap justify-content-end">
{% if request.user|can_change:object %}
{% edit_button object %}
{% endif %}
{% if request.user|can_delete:object %}
{% delete_button object %}
{% endif %}
</div>
</div>
{% endblock %}
{% block content %}
<div class="row">
<div class="col col-md-6">