summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-03 14:44:13 -0700
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-03 14:44:13 -0700
commit6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0 (patch)
treed9b6023b469bdba73915a0bfe0bf438118dead2e
parent2833c4948bc0716952fcebaf6ee3f38cfe39454b (diff)
downloadjthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar.gz
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar.bz2
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar.lz
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar.xz
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.tar.zst
jthanio-6a9a5e123b18d7b95c20b3ba80c4eae59768c1c0.zip
this is a smart move
-rw-r--r--blog/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/models.py b/blog/models.py
index 8301fed..1848e0e 100644
--- a/blog/models.py
+++ b/blog/models.py
@@ -24,6 +24,7 @@ class BlogIndexPage(Page):
FieldPanel('intro', classname="full")
]
+@register_snippet
class BlogPostTag(TaggedItemBase):
content_object = ParentalKey(
'BlogPost',