From f096cd59c8a95ddf9946734949a6ea42e379354c Mon Sep 17 00:00:00 2001 From: Adams T Date: Thu, 4 Jul 2019 10:27:01 +0000 Subject: [PATCH] Add ctrl-enter to tag autocomplete form --- tildes/tildes/templates/macros/forms.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildes/tildes/templates/macros/forms.jinja2 b/tildes/tildes/templates/macros/forms.jinja2 index 963449e..6d323ce 100644 --- a/tildes/tildes/templates/macros/forms.jinja2 +++ b/tildes/tildes/templates/macros/forms.jinja2 @@ -33,7 +33,7 @@ {% endmacro %} {% macro topic_tagging(value=None, auto_focus=False, autocomplete_options=None) %} -
+