diff --git a/app/templates/themes/chocolate/blocs/edit/_text.html b/app/templates/themes/chocolate/blocs/edit/_text.html new file mode 100644 index 0000000..c94b38f --- /dev/null +++ b/app/templates/themes/chocolate/blocs/edit/_text.html @@ -0,0 +1,21 @@ + + {{ form.csrf_token }} +
+ {% include 'edit-tools/_form-base.html' %} + {{ form.title(col=5,value=bloc.title, + class="form-control form-control-lg text-center") }} +
+ +
+
+ +
+
+ {% include 'edit-tools/_editor-wysiwyg.html' %} +
+
+ {% include 'edit-tools/_btn-save-cancel.html' %} +
+
+ +{% include 'edit-tools/_disable-modify-button.html' %} diff --git a/MaPagePerso.py b/monsiteperso.py similarity index 100% rename from MaPagePerso.py rename to monsiteperso.py