diff --git a/core/widgets.py b/core/widgets.py index 448955c0..a24f995c 100644 --- a/core/widgets.py +++ b/core/widgets.py @@ -4,6 +4,7 @@ from django.forms import Widget from . import models + class TagsEditor(Widget): class Media: js = ("babybuddy/js/tags_editor.js",)