Rename project

This commit is contained in:
2026-08-03 01:56:35 +02:00
committed by kitoy
parent f261e62b6f
commit 31d76526ff
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{{ form.csrf_token }}
<div class="title">
{% include 'edit-tools/_form-base.html' %}
{{ form.title(col=5,value=bloc.title,
class="form-control form-control-lg text-center") }}
</div>
<div class="content">
<form method='POST' action='/edit/{{ bloc.name }}' >
<div class="row">
<div class="col-lg-8 mx-auto text-center">
{% include 'edit-tools/_editor-wysiwyg.html' %}
</div>
</div>
{% include 'edit-tools/_btn-save-cancel.html' %}
</form>
</div>
{% include 'edit-tools/_disable-modify-button.html' %}