Skip to content

Commit

Permalink
changed default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven R. Kunze authored and tobes committed Dec 19, 2012
1 parent 6587b7c commit bbd3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/macros/form.html
Expand Up @@ -340,7 +340,7 @@
{% form.hidden(fields=c.fields, except=[('topic', 'xyz')]) %}
{% form.hidden(fields=c.fields, except_names=['time_min', 'time_max']) %}
#}
{% macro hidden_list(fields, except_names=[], except=[]) %}
{% macro hidden_list(fields, except_names=None, except=None) %}
{% set except_names = except_names or [] %}
{% set except = except or [] %}

Expand Down

0 comments on commit bbd3192

Please sign in to comment.