Refactors en stemmen werkt

This commit is contained in:
2024-02-07 14:07:36 +01:00
parent 0f5090cadc
commit 48dcf3bd9d
8 changed files with 61 additions and 34 deletions
+2 -6
View File
@@ -1,12 +1,8 @@
{% extends "Base.html" %}
{% block main-content %}
{% for song in songs %}
{{ song }}
{% endfor %}
<h2>Lekker stemmen</h2>
<div hx-get="{% url 'vote-track' %}" hx-trigger="load">
etst
Laden...
</div>
{% endblock %}