Skip to content
Snippets Groups Projects
Unverified Commit 8c8778cd authored by Chris Lawton's avatar Chris Lawton Committed by GitHub
Browse files

Merge pull request #93 from OpenTechFund/feature/404-styling

adding wrapper to 404 page for aligning/spacing
parents 453f39aa 8b4b24c6
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
{% block body_class %}template-404{% endblock %} {% block body_class %}template-404{% endblock %}
{% block content %} {% block content %}
<div class="wrapper wrapper--small wrapper--top-bottom-space">
<h1>{{ settings.utils.SystemMessagesSettings.title_404 }}</h1> <h1>{{ settings.utils.SystemMessagesSettings.title_404 }}</h1>
{{ settings.utils.SystemMessagesSettings.body_404|richtext }} {{ settings.utils.SystemMessagesSettings.body_404|richtext }}
</div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment