Skip to content

Commit ca3fdde

Browse files
committed
Fix a comment
1 parent c0f67d6 commit ca3fdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/articles/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Article(models.Model):
2626
"""
2727

2828
# NOTE! All categories require a matching entry in
29-
# app.pages.models.Page.APPLICATIONS.
29+
# app.pages.models.Page.TYPES.
3030
CATEGORIES = (
3131
("blog", _("blog")),
3232
("publications", _("publications")),

0 commit comments

Comments
 (0)