Forked from
Youngsu Kim / csusb jupyterhub custom templates
188 commits behind the upstream repository.
-
youngsuKim-CSUSB authoredyoungsuKim-CSUSB authored
spawn_pending.html 511 B
{% extends "templates/spawn_pending.html" %}
{% block message %}
{{ super() }}
<p>This step may take several minutes.</p>
<p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p>
<p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p>
<br>
{% for scope in allowed_scopes %}
{{ scope }}
{% endfor %}
<br>
{% endblock %}