Curlylint fixes

This commit is contained in:
Joachim
2021-12-29 20:16:53 +01:00
parent c53b5c306f
commit 0c2997e562
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
</summary>
<div class="mt-3">
<form id="filters" method="{{ method|default:'get' }}" action="{{ action|default:request.path }}" tabindex="0">
<form id="filters" method="{{ method|default:'get' }}" action="{{ action|default:request.path }}">
{% if method == 'post' %}
{% csrf_token %}
{% endif %}