File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # promo_404 {
2
+ margin-left : auto;
3
+ margin-right : auto;
4
+ width : 900px ;
5
+ text-align : center
6
+ }
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
{% load core_tags %}
3
- {% load i18n %}
3
+ {% load static i18n %}
4
4
5
5
{% block title %}
6
6
{% trans "Maze Found" %}
10
10
{% include "error_header.html" %}
11
11
{% endblock %}
12
12
13
+ {% block extra_links %}
14
+ < link rel ="stylesheet " href ="{% static 'donate/css/donate.css' %} " />
15
+ {% endblock %}
16
+
13
17
{% block content %}
18
+ < div id ="promo_404 ">
14
19
{% if suggestion %}
15
20
< div class ="suggestions ">
16
21
< h1 > You've found something that doesn't exist.</ h1 >
41
46
< p >
42
47
Read the Docs is sponsored by < a href ="{{ promo_data.link }} "> Sentry</ a > , which gives developers the tools to keep calm when things catch fire.
43
48
</ p >
49
+ </ div >
44
50
{% endblock %}
You can’t perform that action at this time.
0 commit comments