Add footer in page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user