mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-14 18:49:42 +00:00
Added full MIC name displaying to event detail
Optimised displaying of values in autocomplete boxes on the event form (removed extra AJAX request) Highlighted missing MIC better due to bootstrap changes
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
<dd>{{object.venue}}</dd>
|
||||
|
||||
<dt>Event MIC</dt>
|
||||
<dd>{{event.mic.get_full_name}}</dd>
|
||||
<dd>{{ event.mic.name }}</dd>
|
||||
|
||||
<dd> </dd>
|
||||
<dd> </dd>
|
||||
|
||||
{% if event.is_rig %}
|
||||
<dt>Crew Meet</dt>
|
||||
|
||||
Reference in New Issue
Block a user