mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 22:20:28 +00:00
- Remove unused *.html from services/jupyterhub/templates/ - Keep only certs/ subdirectory in templates/ - Rename templates_enhanced to html_templates_enhanced - Update Dockerfile COPY paths
5 lines
139 B
HTML
5 lines
139 B
HTML
{% extends "error.html" %}
|
|
{% block error_detail %}
|
|
<p>Jupyter has lots of moons, but this is not one...</p>
|
|
{% endblock error_detail %}
|