Keep the target url with the query string.

This commit is contained in:
Mikaël Ates 2016-03-13 16:42:22 +01:00
parent 41e8d4cb79
commit b39afb5740
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% load i18n %}
<form method="post" action="." class="{% if form.non_field_errors %}form-with-errors {% endif %}">
<form method="post" class="{% if form.non_field_errors %}form-with-errors {% endif %}">
{% csrf_token %}
{% include "authentic2/form_fields.html" with form=form %}