Skip to content

Commit

Permalink
Fix the 40x errors
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Sep 13, 2024
1 parent 2f9d3a9 commit 5ad169e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 53 deletions.
33 changes: 1 addition & 32 deletions ec-templates/401.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,2 @@
<!-- htmlhint doctype-first:false -->
{% extends "error.html" %}
{% block main %}
<div class="error">
<h1>Unauthorized!</h1>
<p>
You are trying to access a restricted instance of the EGI Notebooks service.
</p>
<p>
Access requires a valid
<a href="https://docs.egi.eu/users/check-in/signup">EGI account</a>
and membership of one of the supported VOs.
</p>
<p>
If you think you should be granted access already, please open an issue in
<a href="https://ggus.eu">GGUS</a>
</p>
<p>
See
<a
href="https://docs.egi.eu/users/dev-env/notebooks/#notebooks-for-researchers/"
>
Documentation related to EGI Notebooks</a
>
about granting access. You can also
<a href="https://marketplace.eosc-portal.eu/services/egi-notebooks"
>place an order in EOSC portal</a
>
for the Notebooks service if you are interested in your own community
deployment.
</p>
</div>
{% endblock %}
{% extends "403.html" %}
26 changes: 5 additions & 21 deletions ec-templates/403.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
<!-- htmlhint doctype-first:false -->
{% extends "error.html" %}

{% block main %}
<div class="error">
<h1>Unauthorized!</h1>
<p>
You are trying to access a restricted instance of the EGI Notebooks service.
</p>
<p>
Access requires a valid
<a href="https://docs.egi.eu/users/check-in/signup">EGI account</a>
and membership of one of the supported VOs.
Access to European Open Science Cloud - EU Node Interactive Notebooks is
restricted to allowed users, please check your permissions at your
<a href="https://open-science-cloud.ec.europa.eu/">EU Node profile</a>
</p>
<p>
If you think you should be granted access already, please open an issue in
<a href="https://ggus.eu">GGUS</a>
</p>
<p>
See
<a
href="https://docs.egi.eu/users/dev-env/notebooks/#notebooks-for-researchers/"
>
Documentation related to EGI Notebooks</a
>
about granting access. You can also
<a href="https://marketplace.eosc-portal.eu/services/egi-notebooks"
>place an order in EOSC portal</a
<a href="https://open-science-cloud.ec.europa.eu/support/helpdesk"
>the Helpdesk</a
>
for the Notebooks service if you are interested in your own community
deployment.
</p>
</div>
{% endblock %}

0 comments on commit 5ad169e

Please sign in to comment.