Moved the core custom template filters and tags to the template tag library in the Mia core application.
This commit is contained in:
@ -22,7 +22,7 @@ from django.conf import settings
|
||||
from django.db import models
|
||||
from django.urls import reverse
|
||||
|
||||
from mia_core.template_filters import smart_month
|
||||
from mia_core.templatetags.mia_core import smart_month
|
||||
from mia_core.utils import get_multi_language_attr
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user