Fix use of render_option in 'matches'

This commit is contained in:
Alexander Weidinger
2017-10-12 05:01:45 +02:00
parent 5d90a9cc26
commit 4cb9755795
+1 -1
View File
@@ -225,7 +225,7 @@ Match
{%- endfor %} #{{ name }}
{#- Set up the applied options -#}
{%- for keyword in match['options'].keys()|sort() %}
{{ render_option(keyword, '', config_dict=match['options']) }}
{{ render_option(keyword, config_dict=match['options']) }}
{%- endfor %}
{%- endfor %}
{%- endif %}