Added PO field to event form

This commit is contained in:
David Taylor
2015-04-23 23:58:54 +01:00
parent d3180c2998
commit 4560be158a
5 changed files with 16 additions and 3 deletions

View File

@@ -157,6 +157,11 @@
<dt>Collected By</dt>
<dd>{{ object.collector }}</dd>
{% endif %}
{% if event.is_rig %}
<dt>Purchase Order</dt>
<dd>{{ object.purchase_order }}</dd>
{% endif %}
</dl>
</div>
</div>