mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-24 20:49:03 +00:00
Rework button tag
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% load button from filters %}
|
||||
<div class="btn-group py-3">
|
||||
{% button 'event_update' event.pk 'edit' %}
|
||||
{% button 'edit' 'event_update' event.pk %}
|
||||
{% if event.is_rig %}
|
||||
{% button 'event_print' event.pk 'print' %}
|
||||
{% button 'print' 'event_print' event.pk %}
|
||||
{% endif %}
|
||||
{% button 'event_duplicate' event.pk 'duplicate' %}
|
||||
{% button 'duplicate' 'event_duplicate' event.pk %}
|
||||
{% if event.is_rig %}
|
||||
{% if event.internal %}
|
||||
<a class="btn item-add modal-href event-authorise-request
|
||||
|
||||
Reference in New Issue
Block a user