Skip to content
Snippets Groups Projects
Commit 00b15593 authored by Enol Fernandez's avatar Enol Fernandez
Browse files

Change 403 page

parent 114d2a56
No related branches found
No related tags found
No related merge requests found
...@@ -313,4 +313,17 @@ hub: ...@@ -313,4 +313,17 @@ hub:
stringData: |- stringData: |-
{%- raw %} {%- raw %}
{% extends "login.html" %} {% extends "login.html" %}
{% endraw %}
403.html:
mountPath: /usr/local/share/jupyterhub/templates/403.html
stringData: |-
{%- raw %}
{% extends "error.html" %}
{% block main %}
<div class="error">
<h1>Unauthorized</h1>
<p>You don't have the correct entitlements to access this service.</p>
<p>If you think you should be granted access, please open an issue!</p>
</div>
{% endblock %}
{% endraw %} {% endraw %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment