rearrange
This commit is contained in:
@@ -46,14 +46,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if all_icons|length > 1 %}
|
|
||||||
<div class="heading big">Icons</div>
|
|
||||||
{% for i in all_icons %}
|
|
||||||
<img class="icon" src="{{ url_for('static', filename='icons/'+i[0]) }}">
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
<br class="clear" />
|
|
||||||
|
|
||||||
{% if blinkies|length > 0 %}
|
{% if blinkies|length > 0 %}
|
||||||
<div class="heading big">Blinkies</div>
|
<div class="heading big">Blinkies</div>
|
||||||
{% for blinkie in blinkies %}
|
{% for blinkie in blinkies %}
|
||||||
@@ -68,6 +60,15 @@
|
|||||||
<img src="{{ url_for('static', filename='stamps/'+stamp[0]) }}">
|
<img src="{{ url_for('static', filename='stamps/'+stamp[0]) }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<br class="clear" />
|
||||||
|
|
||||||
|
{% if all_icons|length > 1 %}
|
||||||
|
<div class="heading big">Icons</div>
|
||||||
|
{% for i in all_icons %}
|
||||||
|
<img class="icon" src="{{ url_for('static', filename='icons/'+i[0]) }}">
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
<br class="clear" />
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user