mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 20:02:16 +00:00
Rework version name method to avoid blank names on eventchecklist vehicles/crew
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
<td>
|
||||
{% if version.changes.old == None %}
|
||||
Created {{version.changes.new|to_class_name}}
|
||||
{% elif version.changes.new == None %}
|
||||
Deleted {{version.changes.old|to_class_name}}
|
||||
{% else %}
|
||||
{% include 'partials/version_changes.html' %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user