{% extends "obpages/accounts/auth_base.html" %} {% block content %}

Account Actions

  • Log out
  • Change your password
  • Reset your password
  • {% if user.is_staff %}
  • Go to admin site
  • {% endif %}
    {% endblock content %}