mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 10:22:17 +00:00
Minor fixes
This commit is contained in:
@@ -142,7 +142,9 @@
|
||||
{% endif %}
|
||||
</h2>
|
||||
</div>
|
||||
{% include 'form_errors.html' %}
|
||||
<div class="col-12">
|
||||
{% include 'form_errors.html' %}
|
||||
</div>
|
||||
{% render_field form.is_rig style="display: none" %}
|
||||
<input type="hidden" name="{{ form.items_json.name }}" id="{{ form.items_json.id_for_label }}"
|
||||
value="{{ form.items_json.value }}"/>
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
</dd>
|
||||
<dt class="col-10">{{ object|help_text:'other_companies' }}</dt>
|
||||
<dd class="col-2">
|
||||
{{ object.othercompanies|yesnoi:'invert' }}
|
||||
{{ object.other_companies|yesnoi:'invert' }}
|
||||
</dd>
|
||||
<dt class="col-10">{{ object|help_text:'crew_fatigue' }}</dt>
|
||||
<dd class="col-2">
|
||||
{{ object.crewfatigue|yesnoi:'invert' }}
|
||||
{{ object.crew_fatigue|yesnoi:'invert' }}
|
||||
</dd>
|
||||
<dt class="col-12">{{ object|help_text:'general_notes' }}</dt>
|
||||
<dd class="col-12">
|
||||
|
||||
Reference in New Issue
Block a user