Skip to content

Instantly share code, notes, and snippets.

@kmaksimovv
Created July 22, 2020 13:27
Show Gist options
  • Select an option

  • Save kmaksimovv/3a16fbacdfbd3f40f335ce6914e85e05 to your computer and use it in GitHub Desktop.

Select an option

Save kmaksimovv/3a16fbacdfbd3f40f335ce6914e85e05 to your computer and use it in GitHub Desktop.
<!-- <form action="" method="post">
{{ form.csrf_token() }}
{% for field in form if field.name != "csrf_token" %}
{{ field.label() }}
{{ field }}
<br>
{% endfor %}
<button type="submit">поиск</button>
</form> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment