fix redirect after register #948
This commit is contained in:
parent
1507872529
commit
5ac83a6ba8
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
{{ site_name }} is flourishing because of collaborations and contributions from users like you. Please read our <a href="/pages/rules">rules</a>, and feel free to <a href="{{ support_link }}">contact us</a> if you have any question or feedback.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
<form action="{{ request.session.next_url | default:'/' }}" method="get">
|
||||
<form action="{{ request.session.next_url | default:'/' }}" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="{% trans 'Accept' %}">
|
||||
</form>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Reference in a new issue