diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models.py b/core/models.py index 9a7cff5..e7f0c36 100644 --- a/core/models.py +++ b/core/models.py @@ -2,7 +2,7 @@ from __future__ import annotations from dataclasses import dataclass from pathlib import Path -ARTICLE_TYPES = ["Life", "Photo", "Link", "Quote", "Tech"] +ARTICLE_TYPES = ["life", "photo", "link", "quote", "tech"] @dataclass |
