Simplify template rendering

This commit is contained in:
Oliver Walters 2022-11-02 22:02:20 +11:00
parent bfe5c40fae
commit 3a6755a659

View File

@ -8,12 +8,7 @@
{% else %}
<span class='fas fa-times-circle icon-red'></span>
{% endif %}
{% if plugin.human_name %}
{{ plugin.human_name }}
{% elif plugin.name %}
{{ plugin.name }}
{% endif %}
{% define plugin.registered_mixins as mixin_list %}