diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html index 8a482fae..d0275a7a 100644 --- a/plugin_loader/templates/plugin_view.html +++ b/plugin_loader/templates/plugin_view.html @@ -1,6 +1,7 @@ + {% if not plugins|length %}
@@ -15,7 +16,7 @@ {% for plugin in plugins %} {% if plugin.tile_view_html|length %}
- {{ plugin.tile_view_html }} + {{ plugin.tile_view_html|safe }}
{% else %}