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
piks3l
Respect My Net
Commits
db909416
Commit
db909416
authored
Oct 23, 2011
by
stef
Browse files
[mod] confirmations start at 0
parent
66ef0cf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/views.py
View file @
db909416
...
...
@@ -151,8 +151,8 @@ def add(request):
activationid
=
actid
)
v
.
save
()
c
=
Confirmation
(
key
=
''
,
email
=
form
.
cleaned_data
[
'email'
],
violation
=
v
)
c
.
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