Skip to content

Commit b841def

Browse files
committed
feat-hide buttons
Hide the form for co-speaker that contains buttons of decision Accepted/Declined selection.
1 parent 6adc6c4 commit b841def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/default/users/_includes/dashboard_cospeaking_proposal_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<td>{{ speaker_info.get_status_display }}</td>
3535
<td>
3636
<form method="post"
37-
action="{% url 'additional_speaker_set_status' pk=speaker_info.pk %}">
37+
action="{% url 'additional_speaker_set_status' pk=speaker_info.pk %}" hidden>
3838
{% csrf_token %}
3939
{% if speaker_info.status != 'accepted' %}
4040
<button type="submit" name="status" value="accepted"

0 commit comments

Comments
 (0)