{% extends "base.html" %} {% block pagetitle %} Online Test Registration {% endblock %} {% block content %}
{% csrf_token %}

Please fill in the following details:

{{ form.as_table }}
  
{% endblock content %}