[extensions-web] Use implicit form URL submit



commit cf67a891c58e4361a096f3fd3566e4b141aed082
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 26 17:59:02 2011 -0400

    Use implicit form URL submit

 sweettooth/auth/templates/registration/login.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/auth/templates/registration/login.html b/sweettooth/auth/templates/registration/login.html
index 55f868a..a61f1ee 100644
--- a/sweettooth/auth/templates/registration/login.html
+++ b/sweettooth/auth/templates/registration/login.html
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% block body %}
-<form action="{% url auth-login %}" method="POST" id="auth_form">
+<form action="" method="POST" id="auth_form">
   <input type="hidden" name="next" value="{{ next }}">
   {% csrf_token %}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]