Adding the hidden next field to the login page so we actually do redirect

This commit is contained in:
Christopher Allan Webber 2011-04-23 12:56:32 -05:00
parent f6f524bf59
commit 6e41c71c49

View File

@ -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 %}