Files
muzak/playlist/templates/SpotifyEmbed.html
T
mark 0f5090cadc Voting update
Nu met 100% meer mogelijkheid tot stemmen. Top.
2024-02-07 00:04:01 +01:00

7 lines
336 B
HTML

<div id="vote-box" hx-boost="true" hx-target="#vote-box">
<iframe src="https://open.spotify.com/embed/track/{{ id }}"
class="play-sample" width="300" height="380" frameborder="0" allowtransparency="true"
allow="encrypted-media"></iframe>
<a href="{% url 'vote-track'%}">Ja</a> | <a href="{% url 'vote-track' %}">Nee</a>
</div>