Merge branch 'submit-buttons2' into 'main'

make submit buttons green

See merge request engineering/remarkbox/remarkbox!13
This commit is contained in:
Russell Ballestrini 2025-04-20 11:25:53 +00:00
commit c3652dade6

View file

@ -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' %}
<h3>{{ the_title }}</h3>
@ -70,7 +70,9 @@ If checked, allow beautiful math equations with <a href="https://www.mathjax.org
<input type="checkbox" name="hide-powered-by-checkbox" id="hide-powered-by-checkbox" {% if request.namespace.hide_powered_by %}checked{% endif %}></input>
If checked, hide the Remarkbox Logo in footer.{% if request.namespace.hide_powered_by %}.. <b>bummer.</b>{% endif %}
{% set submit_button_classes = 'green-button' %}
<br>
<br>
{% include 'snippets/submit.j2' %}
<br>