Open
Description
It appears from looking at the code that I should be able to do something like:
<A HREF="{% url 'comments-flag' comment.pk %}?next=/someurl">Flag comment</A>
But when I'm on the "Really flag this comment?" page, the hidden 'next' form entry isn't populated.
If (instead of linking) I do a form that POSTs to {% url 'comments-flag' comment.pk %} with my own 'next' field, it does work.
Metadata
Metadata
Assignees
Labels
No labels