{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: update personal data{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% block breadcrumb_items %} {{ block.super }} Update personal data {% endblock %} {% block content %}
{% csrf_token %}

Update your personal data

{% if contact_form %} {{ contact_form|bootstrap }} {% endif %} {{ user_form|bootstrap }} {% if cont_form %} {{ cont_form|bootstrap }} {% endif %}
{% if institution_formset %}

Your Affiliations

{{ institution_formset.media }} {{ institution_formset|bootstrap }}
{% endif %}
{% if request.user.contributor %} Back to Personal Page {% endif %}
{% endblock content %} {% block footer_script %} {{ block.super }} {{ cont_form.media }} {% endblock footer_script %}