{% extends "settings/base.html" %} {% block subtitle %}Profile{% endblock %} {% block content %}
{% csrf_token %}
Details {% include "forms/_field.html" with field=form.name %} {% include "forms/_field.html" with field=form.summary %} {% include "forms/_field.html" with field=form.discoverable %} {% include "forms/_field.html" with field=form.visible_follows %}
Images {% include "forms/_field.html" with field=form.icon %} {% include "forms/_field.html" with field=form.image %}
View Profile
{% endblock %}