Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
b2b0d4e4
Commit
b2b0d4e4
authored
Jun 21, 2011
by
stef
Browse files
[fix] also confirm first submitter
parent
e6238699
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/views.py
View file @
b2b0d4e4
...
...
@@ -93,6 +93,8 @@ def add(request):
activationid
=
actid
)
v
.
save
()
c
=
Confirmation
(
key
=
''
,
email
=
form
.
cleaned_data
[
'email'
],
violation
=
v
)
c
.
save
()
c
=
Comment
(
comment
=
form
.
cleaned_data
[
'comment'
],
submitter_email
=
form
.
cleaned_data
[
'email'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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