{% extends "admin.html" %} {% load staticfiles %} {% block headtitle %}Add Bio - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block headscript %} {% endblock %} {% block content %}

Please either the details of the bio you wish to add.

{% csrf_token %} {% include "admin/partials/form.html" with form=bio_form %}
{% endblock %}