0f5090cadc
Nu met 100% meer mogelijkheid tot stemmen. Top.
11 lines
243 B
HTML
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 %}
|