diff --git a/tutordeck/server/templates/plugin.html b/tutordeck/server/templates/plugin.html index 8fec304..5b70596 100644 --- a/tutordeck/server/templates/plugin.html +++ b/tutordeck/server/templates/plugin.html @@ -26,15 +26,19 @@

You can adjust the plugin's behavior by changing these settings. Changes will only go live after you apply them.

-
+

Unique settings

{% if plugin_config_unique %} {% with config=plugin_config_unique %}{% include "_config.html" %}{% endwith %} + {% else %} +

N/A

{% endif %}

Default settings

{% if plugin_config_defaults %} {% with config=plugin_config_defaults %}{% include "_config.html" %}{% endwith %} + {% else %} +

N/A

{% endif %}