We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adc6c4 commit b841defCopy full SHA for b841def
src/templates/default/users/_includes/dashboard_cospeaking_proposal_table.html
@@ -34,7 +34,7 @@
34
<td>{{ speaker_info.get_status_display }}</td>
35
<td>
36
<form method="post"
37
- action="{% url 'additional_speaker_set_status' pk=speaker_info.pk %}">
+ action="{% url 'additional_speaker_set_status' pk=speaker_info.pk %}" hidden>
38
{% csrf_token %}
39
{% if speaker_info.status != 'accepted' %}
40
<button type="submit" name="status" value="accepted"
0 commit comments