File tree 4 files changed +4
-4
lines changed
src/templates/http_errors
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
< section class ="section error-404 min-vh-100 d-flex flex-column align-items-center justify-content-center ">
9
9
< h1 > 400</ h1 >
10
10
< h2 > Sorry, the request could not be understood by the server due to malformed syntax.</ h2 >
11
- < a class ="btn " href ="{% url 'signals ' %} "> Back to home</ a >
11
+ < a class ="btn " href ="{% url 'indicatorsets ' %} "> Back to home</ a >
12
12
</ section >
13
13
14
14
</ div >
Original file line number Diff line number Diff line change 7
7
< section class ="section error-404 min-vh-100 d-flex flex-column align-items-center justify-content-center ">
8
8
< h1 > 403</ h1 >
9
9
< h2 > You don't have permission to access this resource.</ h2 >
10
- < a class ="btn " href ="{% url 'signals ' %} "> Back to home</ a >
10
+ < a class ="btn " href ="{% url 'indicatorsets ' %} "> Back to home</ a >
11
11
</ section >
12
12
</ div >
13
13
{% endblock %}
Original file line number Diff line number Diff line change 9
9
< section class ="section error-404 min-vh-100 d-flex flex-column align-items-center justify-content-center ">
10
10
< h1 > 404</ h1 >
11
11
< h2 > Not Found</ h2 >
12
- < a class ="btn " href ="{% url 'signals ' %} "> Back to home</ a >
12
+ < a class ="btn " href ="{% url 'indicatorsets ' %} "> Back to home</ a >
13
13
</ section >
14
14
</ div >
15
15
{% endblock %}
Original file line number Diff line number Diff line change 7
7
< section class ="section error-404 min-vh-100 d-flex flex-column align-items-center justify-content-center ">
8
8
< h1 > 500</ h1 >
9
9
< h2 > Internal Server Error.</ h2 >
10
- < a class ="btn " href ="{% url 'signals ' %} "> Back to home</ a >
10
+ < a class ="btn " href ="{% url 'indicatorsets ' %} "> Back to home</ a >
11
11
</ section >
12
12
</ div >
13
13
{% endblock %}
You can’t perform that action at this time.
0 commit comments