Add footer in page

This commit is contained in:
2026-08-03 01:12:36 +02:00
committed by kitoy
parent 99d49aee9e
commit ce3bc609ed
7 changed files with 100 additions and 19 deletions

View File

@@ -2,13 +2,13 @@
<div id="myblocs" class="myblocs">
{% for item in myblocs.keys() %}
{% if item != 'footer' %}
<div class="bloc" id="bloc-{{ item }}" style="margin-top: 10px;">
<button class="btn"> {{ item }} - {{ myblocs[item]['type'] }} </button>
<input class="input-menu" id="bloc-{{ item }}" name="{{ item }}" value="" style="display:none;">
<button class="btn btn-danger" onclick="deleteItem(this)"> x </button>
</div>
{% endif %}
{% endfor %}
</div>