|
|
@@ -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">
|