Skip to content
Snippets Groups Projects
Commit 60d5b983 authored by Odin Johan Vatne's avatar Odin Johan Vatne
Browse files

Fix URL bug that prevented comments from being added.

parent 09cd872c
No related branches found
No related tags found
No related merge requests found
<form action="/applications/add_comment#NEXT" method="post" id="new-comment-form"> <form
{% csrf_token %} action="/applications/add_comment/#NEXT"
{{ form }} method="post"
<input type="submit" value="Submit Comment"> id="new-comment-form"
>
{% csrf_token %} {{ form }}
<input type="submit" value="Submit Comment" />
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment