make submit buttons green
This commit is contained in:
parent
0c8859f527
commit
88bb8ffa90
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue