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

11 lines
243 B
HTML

{% extends "Base.html" %}
{% block main-content %}
<h2>Nominate</h2>
<form method="post">
{% csrf_token %}
<input type="text" name="spotify_link" placeholder="Spotify-link">
<input type="submit" value="OK">
</form>
{% endblock %}