mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Add Dry Hire label #38
This commit is contained in:
@@ -37,6 +37,9 @@
|
|||||||
{% if event.venue %}
|
{% if event.venue %}
|
||||||
<small>at {{ event.venue }}</small>
|
<small>at {{ event.venue }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if event.dry_hire %}
|
||||||
|
<span class="label label-default">Dry Hire</span>
|
||||||
|
{% endif %}
|
||||||
</h4>
|
</h4>
|
||||||
{% if event.is_rig and not event.cancelled %}
|
{% if event.is_rig and not event.cancelled %}
|
||||||
<h5>
|
<h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user