Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
etch
nuages
Commits
45c58ab7
Commit
45c58ab7
authored
Jun 13, 2010
by
christophe siraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
csrf_token didn't exist in django 1.1
parent
706822d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/registration/login.html
templates/registration/login.html
+1
-1
No files found.
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
Markdown
is supported
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