Unverified Commit 921d498b authored by ufo911's avatar ufo911 Committed by GitHub

Update list.html

parent 011d2776
...@@ -140,6 +140,8 @@ ...@@ -140,6 +140,8 @@
{{ form[c](pk=get_pk_value(row), display_value=get_value(row, c), csrf=form.csrf_token._value()) }} {{ form[c](pk=get_pk_value(row), display_value=get_value(row, c), csrf=form.csrf_token._value()) }}
{% elif csrf_token %} {% elif csrf_token %}
{{ form[c](pk=get_pk_value(row), display_value=get_value(row, c), csrf=csrf_token()) }} {{ form[c](pk=get_pk_value(row), display_value=get_value(row, c), csrf=csrf_token()) }}
{% else %}
{{ form[c](pk=get_pk_value(row), display_value=get_value(row, c))}}}
{% endif %} {% endif %}
{% else %} {% else %}
{{ get_value(row, c) }} {{ get_value(row, c) }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment