From fe3afa254b349e819899340465d5a2e7cac1c8a3 Mon Sep 17 00:00:00 2001 From: anthraxx Date: Wed, 11 Oct 2017 02:10:51 +0200 Subject: [PATCH] ui: adding accesskey 's' to schedule advisory on AVG view --- app/templates/group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/group.html b/app/templates/group.html index 2e39e7e2..bf1c4df7 100644 --- a/app/templates/group.html +++ b/app/templates/group.html @@ -69,7 +69,7 @@

{{ group.name }}
{{ form.hidden_tag() }} {{ form.advisory_type(class='no-margin input-compact') }} - {{ form.submit(class='button button-table button-primary') }} + {{ form.submit(class='button button-table button-primary', accesskey='s') }}
{%- else %}