git.ithinksw.org
/
~kgodey
/
maayanwich.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more redirects. Editing user settings does not work. Overhauled adding a new...
[~kgodey/maayanwich.git]
/
templates
/
login.html
diff --git
a/templates/login.html
b/templates/login.html
index
aba342a
..
73ff730
100644
(file)
--- a/
templates/login.html
+++ b/
templates/login.html
@@
-2,7
+2,7
@@
{% block content %}
<h1 class="pagetitle">Login</h1>
{% block content %}
<h1 class="pagetitle">Login</h1>
- <form enctype="multipart/form-data" action="{% url login %}
" method="post
">
+ <form enctype="multipart/form-data" action="{% url login %}
?{{ request.META.QUERY_STRING }}" method="post" class="cssform
">
{{ aform.as_p }}
<input type="submit" value="Submit" />
</form>
{{ aform.as_p }}
<input type="submit" value="Submit" />
</form>