This commit is contained in:
Paul Konstantin Gerke 2022-03-02 22:38:25 +01:00
parent db140cff98
commit 8a37b44839
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from django.forms import Widget
from . import models
class TagsEditor(Widget):
class Media:
js = ("babybuddy/js/tags_editor.js",)