Fixed serious bug with csrf token cookie v0.8.2
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 17 Feb 2012 18:00:11 +0000 (20:00 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Fri, 17 Feb 2012 18:00:11 +0000 (20:00 +0200)
ChangeLog
templates/user_routes.html

index 18add5e..438670e 100644 (file)
--- 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:
index a78e346..c7a4dc3 100644 (file)
@@ -215,6 +215,7 @@ function delete_route(route){
 {% endblock %}
 {% block title %}{% trans "My rules" %}{% endblock %}
 {% block content %}
+{% csrf_token %}
 <div style="float:left">
        <h3 style="margin-top: 0px;">{% trans "My rules" %}</h3>
 </div>