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
Added date picker to "date made" on "add sandwich" template.
[~kgodey/maayanwich.git]
/
templates
/
login.html
diff --git
a/templates/login.html
b/templates/login.html
index
c92d7cf
..
584047f
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="
/login/" method="post
">
+ <form enctype="multipart/form-data" action="
{% url login %}" method="post" class="cssform
">
{{ aform.as_p }}
<input type="submit" value="Submit" />
</form>
{{ aform.as_p }}
<input type="submit" value="Submit" />
</form>