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
399d1ac4
Commit
399d1ac4
authored
Jun 21, 2011
by
stef
Browse files
[fix] key in confirmation must be optional
parent
e2b932df
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/models.py
View file @
399d1ac4
...
...
@@ -98,7 +98,7 @@ class Attachment(models.Model):
return
self
.
name
class
Confirmation
(
models
.
Model
):
key
=
models
.
CharField
(
max_length
=
64
)
key
=
models
.
CharField
(
max_length
=
64
,
blank
=
True
)
email
=
models
.
EmailField
()
violation
=
models
.
ForeignKey
(
Violation
)
...
...
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