Issue #16 Tag Suggestion

This commit is contained in:
reverend 2020-09-18 20:35:01 +02:00
parent 30b42de86f
commit 815be3126e
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}
]