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

Developer Profile

{% csrf_token %}
Username: {{ user.username }} {{ form.as_p }}

{% endblock %}