summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/models.py2
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