mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
7 lines
126 B
HTML
7 lines
126 B
HTML
{% extends "error.html" %}
|
|
|
|
{% block error_detail %}
|
|
<p>Jupyter has lots of moons, but this is not one...</p>
|
|
{% endblock %}
|
|
|