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
rpteam
Revue de Press
Commits
b659d5c1
Commit
b659d5c1
authored
Apr 23, 2017
by
cynddl
Browse files
Fix typo in Article.status name
parent
62698501
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/rp/models/article.py
View file @
b659d5c1
...
...
@@ -27,9 +27,8 @@ class Article(UnDVotedMixin):
)
status
=
models
.
CharField
(
_
(
"Published"
),
choices
=
STATUS_CHOICES
,
default
=
"PENDING"
,
max_length
=
20
)
_
(
"Status"
),
choices
=
STATUS_CHOICES
,
default
=
"PENDING"
,
max_length
=
20
)
tags
=
TaggableManager
()
...
...
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