{% extends 'tom_common/base.html' %} {% load django_bootstrap5 %} {% block title %}Update HERMES Profile{% endblock %} {% block content %}

HERMES Profile update form for user: {{user.username}}


{# Sets the width to 50% #}
{% csrf_token %} {{ form }} {% bootstrap_button "Update" button_type="submit" button_class="btn btn-primary" title="Update" %}
{% endblock %}