forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 12:54:52 -06:00
parent 2a2fae7207
commit 80675a4916
1 changed files with 40 additions and 38 deletions

View File

@ -202,7 +202,8 @@
{% endfor %}
</ul>
{% endif %}
<div>
{% if u.friends_html or u.enemies_html %}
<div class="mt-3">
{% if u.friends_html %}
<p class="label">Friends</p>
{{u.friends_html | safe}}
@ -213,6 +214,7 @@
{{u.enemies_html | safe}}
{% endif %}
</div>
{% endif %}
</div>
</div>
{% endblock %}