Voting update
Nu met 100% meer mogelijkheid tot stemmen. Top.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{% extends "Base.html" %}
|
||||
|
||||
{% block main-content %}
|
||||
{% for song in songs %}
|
||||
{{ song }}
|
||||
{% endfor %}
|
||||
|
||||
<div hx-get="{% url 'vote-track' %}" hx-trigger="load">
|
||||
etst
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user