Take into account chillBundlesVersion variable not being defined in stand-alone chill bundles project

This commit is contained in:
2026-01-05 15:18:34 +01:00
parent a3d72f5298
commit d9f5c451b6

View File

@@ -2,7 +2,9 @@
<p>
{{ 'This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>'|trans|raw }}
<br/>
{{ 'footer.Running chill version %version%'|trans({ '%version%': chillBundlesVersion.getFormattedVersion() }) }}
{% if chillBundlesVersion is defined %}
{{ 'footer.Running chill version %version%'|trans({ '%version%': chillBundlesVersion.getFormattedVersion() }) }}
{% endif %}
<br/>
<a name="bottom" class="btn text-white" href="https://gitea.champs-libres.be/Chill-project/manuals/releases" target="_blank">
{{ 'User manual'|trans }}