{% extends "public/content.html" %} {% load staticfiles %} {% block headtitle %}Enter Bio Information{% endblock %} {% block title %}

Enter your Bio Details

{% endblock %} {% block content %}

Please enter your details below.

{% csrf_token %} {% include "public/partials/form.html" with form=submit_bio_form %}
{% endblock %}