diff --git a/payment/templatetags/__init__.py b/payment/templatetags/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/settings/common.py b/settings/common.py index 6b917154..441a10da 100644 --- a/settings/common.py +++ b/settings/common.py @@ -159,7 +159,6 @@ INSTALLED_APPS = ( 'endless_pagination', 'selectable', 'regluit.frontend.templatetags', - 'regluit.payment.templatetags', 'notification', 'email_change', 'ckeditor',