Added/Cleanup coloured css elements
All checks were successful
buildbot/django-dav-events--test Build done.
All checks were successful
buildbot/django-dav-events--test Build done.
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if has_permission_realize and is_started and not is_canceled %}
|
||||
<a id="btn-realize" class="btn btn-sm {% if not is_realized %}btn-dav-lime{% else %}btn-default disabled{% endif %}"
|
||||
<a id="btn-realize" class="btn btn-sm {% if not is_realized %}btn-lime{% else %}btn-default disabled{% endif %}"
|
||||
href="{% url 'dav_events:updatestatus' event.pk 'realized' %}">
|
||||
{% if is_realized %}
|
||||
{% bootstrap_icon 'check' %} 
|
||||
@@ -158,7 +158,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if has_permission_cancel and is_submitted and not is_realized %}
|
||||
<a id="btn-cancel" class="btn btn-sm {% if not is_canceled %}btn-dav-mandarin{% else %}btn-default disabled{% endif %}"
|
||||
<a id="btn-cancel" class="btn btn-sm {% if not is_canceled %}btn-mandarin{% else %}btn-default disabled{% endif %}"
|
||||
href="{% url 'dav_events:updatestatus' event.pk 'canceled' %}">
|
||||
{% if is_canceled %}
|
||||
{% bootstrap_icon 'check' %} 
|
||||
|
||||
Reference in New Issue
Block a user