diff --git a/remarkbox/templates/namespace-settings.j2 b/remarkbox/templates/namespace-settings.j2 index 059e5bf..7200b66 100644 --- a/remarkbox/templates/namespace-settings.j2 +++ b/remarkbox/templates/namespace-settings.j2 @@ -3,7 +3,7 @@ {% block title %}{{ the_title }} | {{ request.domain }}{%- endblock -%} {% block content -%} -{% set submit_button_classes = 'button-right' %} +{% set submit_button_classes = 'button-right button-green' %} {% set submit_button_value = 'save changes' %}

{{ the_title }}

@@ -70,7 +70,9 @@ If checked, allow beautiful math equations with If checked, hide the Remarkbox Logo in footer.{% if request.namespace.hide_powered_by %}.. bummer.{% endif %} -{% set submit_button_classes = 'green-button' %} +
+
+ {% include 'snippets/submit.j2' %}