summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rwxr-xr-xwebsite/templates/comment-abstract.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/comment-abstract.html b/website/templates/comment-abstract.html
index c842215..3bb6824 100755
--- a/website/templates/comment-abstract.html
+++ b/website/templates/comment-abstract.html
@@ -115,14 +115,14 @@
<input class="button special" style="background:#d44727" type="submit" class="button" value="Comment">
</form>
- <form action="{% url 'website:status' proposal.id %}" method='POST'>{% csrf_token %}
+ <!-- <form action="{% url 'website:status' proposal.id %}" method='POST'>{% csrf_token %}
<input type="submit" class="button special" style="background:green" value="Accept" name="accept"/>
<input type="submit" class="button special" style="background:red "value="Reject" name="reject"/>
<input type="submit" class="button special" style="background:grey "value="Resubmit" name="resubmit"/>
</form>
-
+ -->
</section>
</div>
</div>