Guest User

Untitled

a guest
Jan 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. <form action="/students/edit/{{ student.id }}/" method ='POST'>{% csrf_token %}
  2. {% for field in form %}
  3.      <div class=" ">
  4.          {{ field.errors }}
  5.          {{ field.label_tag }}:{{ field }}
  6.      </div>
  7.      {% endfor %}
  8. <input type="submit" value="Submit">
  9. </form>
Add Comment
Please, Sign In to add comment