This commit is contained in:
cube
2026-03-20 21:36:10 +00:00
parent b9997053df
commit fb95c4b9f4

View File

@@ -11,6 +11,9 @@
{% for member in home_pins %}
{% if not g.user and member[23]==0 %}
{% else %}
<style>
#m{{member[0]}}{
background-color:{{member[10]}};
@@ -64,6 +67,8 @@
<!-- <img src="/geo/dsgame.webp" class="dsgame"> -->
<br class="clear" />
</div>
{% endif %}
{% endfor %}