Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends 'school/index.html' %}
- {% load crispy_forms_tags %}
- {% load crispy_forms_field %}
- {% block content %}
- <form method="post" align='center' autocomplete="off" novalidate>
- {% csrf_token %}
- {{ form|crispy }}
- <button type="submit" class="btnSubmit">submit</button>
- </form>
- {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement