forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-12 01:42:12 +02:00
parent d3080a9480
commit 662aadcebd
1 changed files with 8 additions and 8 deletions

View File

@ -154,7 +154,7 @@
<p class="text-uppercase my-0" 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/x{{a['sub']}}</a>
<a href="{{SITE_FULL}}/s/{{a['sub']}}">/s/{{a['sub']}}</a>
</span>
{% endfor %}
</div>