0f5090cadc
Nu met 100% meer mogelijkheid tot stemmen. Top.
7 lines
336 B
HTML
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>
|