mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-21 22:09:42 +00:00
Minor fixes
This commit is contained in:
@@ -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