{% extends "base.html" %} {% block title %}KeRS - Profile{% endblock %} {% block content %}

Profile

{% if user.is_authenticated %}

Username: {{ user.username }}

{% csrf_token %} {{ form }}
{% else %}

Not logged in

{% endif %} {% endblock %}