mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 11:22:15 +00:00
Display venue notes in event detail
Notes are no use if nobody reads them. Not sure on this one.
This commit is contained in:
@@ -10,6 +10,12 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
|
{% if object.venue %}
|
||||||
|
<dt class="col-sm-6">Venue Notes</dt>
|
||||||
|
<dd class="col-sm-6">
|
||||||
|
{{ object.venue.notes }}{% if object.venue.three_phase_available %}<br>(Three phase available){%endif%}
|
||||||
|
</dd>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if event.is_rig %}
|
{% if event.is_rig %}
|
||||||
<dt class="col-sm-6">Event MIC</dt>
|
<dt class="col-sm-6">Event MIC</dt>
|
||||||
|
|||||||
Reference in New Issue
Block a user