From fe407193c200e03070928c1e2c1a6e067d32893d Mon Sep 17 00:00:00 2001 From: coderick14 Date: Wed, 17 May 2017 15:40:18 +0530 Subject: Upgrade to Django 1.11 - Database integration yet to be tested --- templates/password/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/password/edit.html') diff --git a/templates/password/edit.html b/templates/password/edit.html index 487b552..38f2254 100644 --- a/templates/password/edit.html +++ b/templates/password/edit.html @@ -6,7 +6,7 @@

Change Password


-
+ {% csrf_token %} -- cgit