mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50: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
12 lines
245 B
HTML
12 lines
245 B
HTML
{% extends "page.html" %}
|
|
|
|
{% block main %}
|
|
<div class="container btn-jupyter">
|
|
<h2>{{message}}</h2>
|
|
</div>
|
|
|
|
<div class=container>
|
|
If you are authorized, you can try to <a href="{{ base_url }}login">login</a>.
|
|
</div>
|
|
{% endblock main %}
|