display error in UI
This commit is contained in:
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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue