Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
45c58ab7
Commit
45c58ab7
authored
Jun 13, 2010
by
christophe siraut
Browse files
csrf_token didn't exist in django 1.1
parent
706822d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/registration/login.html
View file @
45c58ab7
...
...
@@ -15,7 +15,7 @@
<ul>
<li>
Provide username and password:
<form
action=
""
method=
"post"
>
{% csrf_token %}
<form
action=
""
method=
"post"
>
<label
for=
"username"
></label>
<input
type=
"text"
name=
"username"
value=
""
id=
"username"
>
<label
for=
"password"
></label>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment