Created
July 22, 2020 13:27
-
-
Save kmaksimovv/3a16fbacdfbd3f40f335ce6914e85e05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- <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