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

13 lines
197 B
HTML

{% extends "Base.html" %}
{% block main-content %}
{% for song in songs %}
{{ song }}
{% endfor %}
<div hx-get="{% url 'vote-track' %}" hx-trigger="load">
etst
</div>
{% endblock %}