create theme chocolate
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<form method='POST' action='/edit/{{ bloc.name }}' >
|
||||
|
||||
|
||||
{{ form.csrf_token }}
|
||||
|
||||
|
||||
<div class="title">
|
||||
{{ form.title(col=3,value=bloc.title,
|
||||
class="form-control form-control-lg text-center") }}
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<div class="articles">
|
||||
|
||||
{% include 'edit-tools/_form-base.html' %}
|
||||
<div class="content">
|
||||
{% include 'edit-tools/_editor-wysiwyg.html' %}
|
||||
</div>
|
||||
{% include 'edit-tools/_btn-save-cancel.html' %}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% include 'edit-tools/_disable-modify-button.html' %}
|
||||
Reference in New Issue
Block a user