mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Rework version name method to avoid blank names on eventchecklist vehicles/crew
This commit is contained in:
@@ -35,17 +35,13 @@
|
||||
</h5>
|
||||
{% endif %}
|
||||
<p>
|
||||
<small>
|
||||
{% if version.changes.old == None %}
|
||||
Created
|
||||
{% else %}
|
||||
Changed {% include 'partials/version_changes.html' %} in
|
||||
{% endif %}
|
||||
|
||||
{% include 'partials/object_button.html' with object=version.changes.new %}
|
||||
</small>
|
||||
</p>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user