mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: better wording and style for the 403 page
This commit is contained in:
parent
e314fa18ad
commit
f69e8217cb
2 changed files with 9 additions and 6 deletions
|
@ -211,7 +211,7 @@ input[type="submit"],
|
|||
/* 40x */
|
||||
/* **************************** */
|
||||
.content-40x {
|
||||
width: 600px;
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 100px;
|
||||
|
@ -222,7 +222,6 @@ input[type="submit"],
|
|||
.content-40x h1 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 0;
|
||||
line-height: 0.5em;
|
||||
margin-top: 40px;
|
||||
}
|
||||
.content-404 img {
|
||||
|
@ -233,8 +232,11 @@ input[type="submit"],
|
|||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
width: 100vw;
|
||||
height: 90vh;
|
||||
height: 75vh;
|
||||
margin: 1rem;
|
||||
}
|
||||
.page-40x a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
{% block content %}
|
||||
<div class="content-40x">
|
||||
<h1>{{ exception }}</h1>
|
||||
<p>{% blocktrans %}<a href="https://discover.umap-project.org/support/faq/#map-statuses">Find out here</a> how to manage map permissions.{% endblocktrans %}</p>
|
||||
<p><a href="{% url 'home' %}">{% trans "Go back home" %}</a></p>
|
||||
<p>{% blocktrans %}<a href="https://discover.umap-project.org/support/faq/#map-statuses" target="_blank">Find out here the documentation</a> on how to manage map’s permissions.{% endblocktrans %}</p>
|
||||
<hr>
|
||||
<p><a href="{% url 'home' %}">{% trans "← Go to the homepage" %}</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue