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
thalia
concrexit
Commits
b37304da
Commit
b37304da
authored
Dec 13, 2017
by
Luko van der Maas
Browse files
fixed a pep8 error
parent
7d222881
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/pushnotifications/models.py
View file @
b37304da
...
...
@@ -55,7 +55,11 @@ class Message(models.Model):
verbose_name
=
_
(
'body'
)
)
category
=
models
.
CharField
(
choices
=
CATEGORIES
,
max_length
=
10
,
default
=
"general"
)
category
=
models
.
CharField
(
choices
=
CATEGORIES
,
max_length
=
10
,
default
=
"general"
)
sent
=
models
.
BooleanField
(
verbose_name
=
_
(
'sent'
),
...
...
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