diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index c25e768..e4ead34 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -33,7 +33,8 @@ INSTALLED_APPS = INSTALLED_APPS + ( # Feedzilla and deps 'feedzilla', - 'tagging', + 'taggit', + 'taggit_templatetags', 'common', ) diff --git a/src/planet/templates/feedzilla/_post_template.html b/src/planet/templates/feedzilla/_post_template.html index 5ef998a..933a0e2 100644 --- a/src/planet/templates/feedzilla/_post_template.html +++ b/src/planet/templates/feedzilla/_post_template.html @@ -1,4 +1,3 @@ -{% load tagging_tags %} {% load i18n %}