Unverified Commit e6abc951 authored by ufo911's avatar ufo911 Committed by GitHub

Update list.html

parent 61a5286d
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
{% 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 %} {% else %}
{{ form[c](pk=get_pk_value(row), display_value=get_value(row, c))}}} {{ 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