{% extends 'layouts/base.html' %} {% block title %} SRCT Go • Account Not Approved {% endblock %} {% block content %}
Because Go allows users to represent their group or organization with George Mason branding, user accounts must be manually approved by a Go official.
{% if not request.user.registereduser.registered %}
If you have not done so, you may sign up
for an account.
This process takes time. Please be patient.
{% else %}
According to our database you have registered, but are not yet approved, to use Go.
This process takes time. Please be patient.
{% endif %}