Big commit i'm sorry ...
This commit is contained in:
16
app/templates/themes/creative/blocs/edit/_text.html
Normal file
16
app/templates/themes/creative/blocs/edit/_text.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<div class="container">
|
||||
<form method='POST' action='/edit/{{ bloc.name }}' >
|
||||
{{ 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>
|
||||
</section>
|
||||
{% include 'edit-tools/_disable-modify-button.html' %}
|
||||
Reference in New Issue
Block a user