Added missing fields to event form and detail

This commit is contained in:
tomtom5152
2015-01-28 16:49:10 +00:00
parent 41bd6bc384
commit e24a95ec7a
3 changed files with 10 additions and 1 deletions

View File

@@ -67,6 +67,9 @@
<dt>Event MIC</dt>
<dd>{{ event.mic.name }}</dd>
<dt>Status</dt>
<dd>{{ event.get_status_display }}</dd>
<dd>&nbsp;</dd>
{% if event.is_rig %}
@@ -101,6 +104,11 @@
</a>
{% endif %}
</dd>
{% if event.dry_hire %}
<dt>Checked In By</dt>
<dd>{{ object.checked_in_by.name }}</dd>
{% endif %}
</dl>
</div>
</div>