{% extends 'psu_base_limited_width.html' %} {% load base_taglib %} {%block title%}Authentication Error{%endblock%} {% block pagecontent %}

Authentication Error

You are currently logged in as {{request.user}}, which cannot be associated with a know person.

Common reasons for this can include:
Please log out and log back in using your personal PSU Odin account credentials.


{% endblock %}