{% extends 'profile/base.html' %} {% load crispy_forms_tags %} {% load humanize %} {% load static %} {% block content %} User - {{request.user}} - Edit - Stack Overflow
{{profileData.full_name}}
{{profileData.title}}
  • Member for {{profileData.user.date_joined|naturaltime}}
  • {% if not profileData.is_high_moderator %}
  • Last Seen {{ online_user_activity.last_activity|naturaltime }}
  • {% endif %}
Profile Activity {% if request.user == profileData.user %} Settings {% endif %}

Edit your profile

{% csrf_token %}
Public information
 
Job Prefrences Edit Email {% endblock content %}