Skip to content

Commit

Permalink
ui: adding accesskey 's' to schedule advisory on AVG view
Browse files Browse the repository at this point in the history
  • Loading branch information
anthraxx committed Oct 16, 2017
1 parent be29a01 commit fe3afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/group.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>{{ group.name }}
<form action="/AVG-{{ group.id }}/schedule" method="post" name="schedule">
{{ 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') }}
</form>
</td>
{%- else %}
Expand Down

0 comments on commit fe3afa2

Please sign in to comment.