{% extends "ToDo/base.html" %} {% load crispy_forms_tags %} {% load user_agents %} {% block content %} {% if request.user_agent.is_mobile %}
{% else %}
{% endif %}

{{ user.email }}

Member since: {{ user.date_joined|date:"F d, Y" }}

{% csrf_token %}
Profile info {{ u_form|crispy }} {{ p_form|crispy }} {{ tz_form|crispy }} Check your time for accuracy

Do you want to change your password?
Please keep in mind that you will be logged out after reset
{% endblock content %}