From 2344a886503bd02b481ce8532b8fd5aa1193f7dd Mon Sep 17 00:00:00 2001 From: Nick Johnstone Date: Sat, 15 Feb 2014 02:20:00 +1300 Subject: [PATCH] Login form on nav.html now correctly posts to / Used to post to the current page, breaks if you're on the about page or others. --- .../{{cookiecutter.app_name}}/templates/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/nav.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/nav.html index de27a80..f54bab1 100644 --- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/nav.html +++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/nav.html @@ -34,7 +34,7 @@ -