Skip to content
Snippets Groups Projects

Fix uniweb ecomail integration, center form

Merged Alexa Valentová requested to merge feat/future-calendars into test
5 files
+ 113
4
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -84,7 +84,11 @@
@@ -84,7 +84,11 @@
</div>
</div>
{% endfor %}
{% endfor %}
{% include "styleguide2/includes/atoms/buttons/round_button_form.html" with show_arrow_on_hover=True text="Odeslat" %}
{% if page.submission_button_text %}
 
{% include "styleguide2/includes/atoms/buttons/round_button_form.html" with show_arrow_on_hover=True text=page.submission_button_text %}
 
{% else %}
 
{% include "styleguide2/includes/atoms/buttons/round_button_form.html" with show_arrow_on_hover=True text="Odeslat" %}
 
{% endif %}
</form>
</form>
{% for block in page.content_after %}
{% for block in page.content_after %}
Loading