This commit is contained in:
2024-02-07 20:04:55 +01:00
parent 2c2b8282b5
commit 83b3d172c0
2 changed files with 18 additions and 3 deletions
+9
View File
@@ -2,6 +2,15 @@
{% block main-content %}
<h2>Nominate</h2>
{% if nominated %}
<div class="info">{% if error %}❌{% else %}✅{% endif %} {{nominated}}</div>
{% endif %}
{% if warning %}
<div class="info warning">{{warning}}</div>
{% endif %}
{% if error %}
<div class="info error">{{error}}</div>
{% endif %}
<form method="post">
{% csrf_token %}
<input type="text" name="spotify_link" placeholder="Spotify-link">