mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add more url_for s
This commit is contained in:
parent
3227d52ab6
commit
84e28f5302
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% if record["fav_song"] %}
|
||||
<div class="game-title fav-video"><a href="/music/{{ record["discord_id"] }}">Canzone preferita</a></div>
|
||||
<div class="game-title fav-video"><a href="{{ url_for("page_music_individual", discord_id=record["discord_id"]) }}">Canzone preferita</a></div>
|
||||
<div class="game-score fav-video" title="{{ record["fav_song"] }}">
|
||||
<a href="https://www.youtube.com/results?sp=EgIQAQ%253D%253D&search_query={{ record["fav_song"] }}">{{ record["fav_song"] }}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue