forked from rDrama/rDrama
1
0
Fork 0

fix selfharm link

master
Aevann 2024-02-06 04:35:49 +02:00
parent cc3d963a4a
commit 77a5b65364
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<hr> <hr>
</div> </div>
<div class="sidebar-wpd--holes sidebar-wpd--holes--3"> <div class="sidebar-wpd--holes sidebar-wpd--holes--3">
{% set holes = ['Aftermath','Fights','Gore','Medical','Request','Self-Harm'] %} {% set holes = ['Aftermath','Fights','Gore','Medical','Request','SelfHarm'] %}
{% for name in holes %} {% for name in holes %}
<a href="/h/{{name.lower()}}" {% if hole and hole.name == name.lower() %}class="active-hole"{% endif %}>{{name}}</a> <a href="/h/{{name.lower()}}" {% if hole and hole.name == name.lower() %}class="active-hole"{% endif %}>{{name}}</a>
{% endfor %} {% endfor %}