display error in UI

This commit is contained in:
Elliott Balsley
2026-01-24 19:04:14 -08:00
parent 595be6dcd4
commit e097a848dc
@@ -121,6 +121,7 @@
<div class="alert alert-warning" role="alert">
<i class="mdi mdi-alert"></i>
{% blocktrans with module=module.name %}Could not load scripts from module {{ module }}{% endblocktrans %}
{% if module.error %}<code>{{ module.error }}</code>{% endif %}
</div>
</div>
{% endif %}