{% extends 'base.html' %} {% block body %} {% load static from staticfiles %}

Welcome to the Reactors Dashboard

{% csrf_token %}
Sign In With Your TACC Account
{% if error %}

There was an error: {{ error }}

{% endif %} {% if access_token %}

Access Token: {{ access_token }}

Refresh Token: {{ refresh_token }}

{% endif %}
Don't have a TACC account? Get One Here
Forgot your TACC password? Reset It Here
Don't have access to the Dashboard? Request Access
{% endblock %}