-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix admin menu * Fix the 40x errors * Improved spacing * Do not depend on external image
- Loading branch information
Showing
5 changed files
with
10 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<div class="ecl-container ecl-u-mv-xl 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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.