Files
muzak/playlist/templates/Vote.html
T
2024-02-07 14:07:36 +01:00

9 lines
173 B
HTML

{% extends "Base.html" %}
{% block main-content %}
<h2>Lekker stemmen</h2>
<div hx-get="{% url 'vote-track' %}" hx-trigger="load">
Laden...
</div>
{% endblock %}