mvp
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user