Add footer in page
This commit is contained in:
15
app/templates/themes/chocolate/blocs/edit/footer.html
Normal file
15
app/templates/themes/chocolate/blocs/edit/footer.html
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<div class="container">
|
||||
<form method='POST' action='/edit-footer' >
|
||||
{{ form.csrf_token }}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mx-auto text-center">
|
||||
{% include 'edit-tools/_form-base.html' %}
|
||||
{% include 'edit-tools/_editor-wysiwyg.html' %}
|
||||
</div>
|
||||
</div>
|
||||
{% include 'edit-tools/_btn-save-cancel.html' %}
|
||||
</form>
|
||||
</div>
|
||||
{% include 'edit-tools/_disable-modify-button.html' %}
|
||||
4
app/templates/themes/chocolate/blocs/footer.html
Normal file
4
app/templates/themes/chocolate/blocs/footer.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<footer class="{{ bloc.property }}" id="{{ bloc.name }}" style="{% include '_print_colors.css' %}">
|
||||
{{ bloc.text|safe }}
|
||||
|
||||
</footer>
|
||||
Reference in New Issue
Block a user