From: Leonidas Poulopoulos Date: Fri, 17 Feb 2012 18:00:11 +0000 (+0200) Subject: Fixed serious bug with csrf token cookie X-Git-Tag: v0.8.2^0 X-Git-Url: https://code.grnet.gr/git/flowspy/commitdiff_plain/ff8bc42e1adf14ee09213892971f2d0de4fcc1e3 Fixed serious bug with csrf token cookie --- diff --git a/ChangeLog b/ChangeLog index 18add5e..438670e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ =========== +0.8.2 RELEASE +Bug Fix release +Fixes: + - Fixed bug with csrf cookie not being set while logged in for the first time + +=========== 0.8.1 RELEASE This is the latest alpha release operating on production network Changes: diff --git a/templates/user_routes.html b/templates/user_routes.html index a78e346..c7a4dc3 100644 --- a/templates/user_routes.html +++ b/templates/user_routes.html @@ -215,6 +215,7 @@ function delete_route(route){ {% endblock %} {% block title %}{% trans "My rules" %}{% endblock %} {% block content %} +{% csrf_token %}

{% trans "My rules" %}