{% extends "base.html" %} {% block title %}Arch Linux - Edit Profile{% endblock %} {% block content %}

Developer Profile

{% csrf_token %}

Note: This is the public information shown on the developer and/or TU profiles page, so please be appropriate with the information you provide here.

{{ user.username }}

{{ form.as_p }}
{{ profile_form.as_p }}

{% endblock %}