remotes/1693045480750635534/spooky-22
Aevann1 2022-02-12 01:50:58 +02:00
parent de1ce2a413
commit c7cf593388
1 changed files with 12 additions and 1 deletions

View File

@ -151,7 +151,7 @@
{% if u.moderated_subs %}
<div class="text-white rounded p-2 mb-3" style="background-color: rgba(50, 50, 50, 0.6); width: 30%;">
<p class="text-uppercase my-0" style="font-weight: bold; font-size: 12px;">Moderator of</p>
<p class="text-uppercase my-0 pb-1" style="font-weight: bold; font-size: 12px;">Moderator of</p>
{% for a in u.moderated_subs %}
<span class="d-inline-block mx-1">
<a href="{{SITE_FULL}}/s/{{a['sub']}}">/s/{{a['sub']}}</a>
@ -438,6 +438,17 @@
</div>
{% endif %}
{% if u.moderated_subs %}
<div class="text-white rounded p-2 mb-3" style="background-color: rgba(50, 50, 50, 0.6); width: 30%;">
<p class="text-uppercase my-0 pb-1" style="font-weight: bold; font-size: 12px;">Moderator of</p>
{% for a in u.moderated_subs %}
<span class="d-inline-block mx-1">
<a href="{{SITE_FULL}}/s/{{a['sub']}}">/s/{{a['sub']}}</a>
</span>
{% endfor %}
</div>
{% endif %}
<div class="mb-3">
{% for b in u.badges %}
{% if b.url %}