diff --git a/django_lostplaces/lostplaces/templates/partials/tagging.html b/django_lostplaces/lostplaces/templates/partials/tagging.html index 264a847..2f373dd 100644 --- a/django_lostplaces/lostplaces/templates/partials/tagging.html +++ b/django_lostplaces/lostplaces/templates/partials/tagging.html @@ -47,7 +47,7 @@ const tagify = new Tagify(input, { 'whitelist': [ - {% for tag in config.tagged_item.tags.all %} + {% for tag in config.all_tags %} '{{tag}}', {% endfor %} ]