Skip to content
Snippets Groups Projects
Commit e1ab8f8d authored by Julien Schmidt's avatar Julien Schmidt
Browse files

index ui: do not call for unsubscribe action

parent c4d84916
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
{% if voter.remind_me %}
<form action="{% url 'vote:index' %}?action=dont_remind_me" method="post">
{% csrf_token %}
<button type="submit" class="btn btn-danger btn-sm">Don't remind me</button>
<button type="submit" class="btn btn-outline-danger btn-sm">Don't remind me</button>
</form>
{% else %}
<form action="{% url 'vote:index' %}?action=remind_me" method="post">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment