forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-02-12 18:46:50 +02:00
parent 0f965693f2
commit 4f87189dd3
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@
<ul class="mt-3"> <ul class="mt-3">
{% for host in approved_embed_hosts %} {% for host in approved_embed_hosts %}
<li>{{host}}</li> <li>{{host.split('/')[0]}}</li>
{% endfor %} {% endfor %}
</ul> </ul>