diff --git a/readthedocs/donate/static/donate/css/donate.css b/readthedocs/donate/static/donate/css/donate.css new file mode 100644 index 00000000000..6dc71232d4d --- /dev/null +++ b/readthedocs/donate/static/donate/css/donate.css @@ -0,0 +1,6 @@ +#promo_404 { + margin-left: auto; + margin-right: auto; + width: 900px; + text-align: center +} \ No newline at end of file diff --git a/readthedocs/donate/templates/donate/promo_404.html b/readthedocs/donate/templates/donate/promo_404.html index a0bcce9e2cc..d8fe59e0720 100644 --- a/readthedocs/donate/templates/donate/promo_404.html +++ b/readthedocs/donate/templates/donate/promo_404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load core_tags %} -{% load i18n %} +{% load static i18n %} {% block title %} {% trans "Maze Found" %} @@ -10,7 +10,12 @@ {% include "error_header.html" %} {% endblock %} +{% block extra_links %} + +{% endblock %} + {% block content %} +
{% if suggestion %}

You've found something that doesn't exist.

@@ -41,4 +46,5 @@

Read the Docs is sponsored by Sentry, which gives developers the tools to keep calm when things catch fire.

+

{% endblock %}