{% extends "layouts/base.html" %} {% block title %} Settings {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

General information

Adress

Neil Portrait

{{ request.user.username }}

{{ request.user.email }}

New York, USA

Connect Send Message

Select profile photo

change avatar
Choose Image
JPG, GIF or PNG. Max size of 800K
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}