Advertisement
Darkolius

Untitled

May 3rd, 2021
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. {% extends 'school/index.html' %}
  2. {% load crispy_forms_tags %}
  3. {% load crispy_forms_field %}
  4.  
  5. {% block content %}
  6.  
  7. <form method="post" align='center' autocomplete="off" novalidate>
  8.     {% csrf_token %}
  9.     {{ form|crispy }}
  10.     <button type="submit" class="btnSubmit">submit</button>
  11. </form>
  12. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement