mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 16:29:41 +00:00
Start reworking invoice things
This commit is contained in:
9
RIGS/templates/partials/event_table_colour.html
Normal file
9
RIGS/templates/partials/event_table_colour.html
Normal file
@@ -0,0 +1,9 @@
|
||||
class="{% if event.cancelled %}
|
||||
text-muted table-secondary
|
||||
{% elif event.authorised and event.risk_assessment_edit_url and event.mic %}
|
||||
table-success
|
||||
{% elif not event.is_rig %}
|
||||
table-info
|
||||
{% else %}
|
||||
table-warning
|
||||
{% endif %}"
|
||||
Reference in New Issue
Block a user