Add rig collected by information issue #25

This commit is contained in:
tomtom5152
2015-03-28 17:11:23 +00:00
parent 83ae129d72
commit ff0d703af5
4 changed files with 14 additions and 2 deletions

View File

@@ -113,6 +113,9 @@
<dt>Checked In By</dt>
<dd>{{ object.checked_in_by.name }}</dd>
{% endif %}
<dt>Collected By</dt>
<dd>{{ object.collector }}</dd>
</dl>
</div>
</div>

View File

@@ -347,6 +347,15 @@
</div>
</div>
{% endif %}
<div class="form-group">
<label for="{{ form.collector.id_for_label }}"
class="col-sm-4 control-label">{{ form.collector.label }}</label>
<div class="col-sm-8">
{% render_field form.collector class+="form-control" %}
</div>
</div>
</div>
</div>
</div>