From 815be3126e3aeec18272522150b5579391ca42ce Mon Sep 17 00:00:00 2001 From: reverend Date: Fri, 18 Sep 2020 20:35:01 +0200 Subject: [PATCH] Issue #16 Tag Suggestion --- django_lostplaces/lostplaces/templates/partials/tagging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} ]