From b3059dd3e871de3bc34fa3ee7ab9730c034f22df Mon Sep 17 00:00:00 2001
From: Dan McGee
Date: Fri, 11 Jun 2010 17:29:46 -0500
Subject: Remove action when submitting to same URL
It looks like the `action="."` business was screwing up some browsers,
notably lynx and links. We don't need it as the default is to submit to the
same page anyway, so kill this gunk and see if it fixes a login CSRF issue.
Signed-off-by: Dan McGee
---
templates/devel/profile.html | 2 +-
templates/general_form.html | 2 +-
templates/mirrors/index.html | 2 +-
templates/news/add.html | 2 +-
templates/news/delete.html | 2 +-
templates/packages/flag.html | 2 +-
templates/registration/login.html | 2 +-
templates/todolists/todolist_confirm_delete.html | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/templates/devel/profile.html b/templates/devel/profile.html
index 2c1c658d..0dde9349 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -6,7 +6,7 @@