Nu met 200% meer AI.
This commit is contained in:
2024-02-08 00:09:59 +01:00
parent 83b3d172c0
commit 66e69bc23d
9 changed files with 108 additions and 3 deletions
+4 -3
View File
@@ -2,9 +2,6 @@
{% 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 %}
@@ -16,4 +13,8 @@
<input type="text" name="spotify_link" placeholder="Spotify-link">
<input type="submit" value="OK">
</form>
{% if nominated %}
<div class="info">{% if error %}❌{% else %}✅{% endif %} {{nominated}}</div>
{% include "Banter.html" with track=nominated %}
{% endif %}
{% endblock %}