Adding the hidden next field to the login page so we actually do redirect
This commit is contained in:
parent
f6f524bf59
commit
6e41c71c49
@ -36,5 +36,9 @@
|
||||
<td><input type="submit" value="submit" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
{% if next %}
|
||||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
{% endif %}
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user