Inconsistent title case in 404

We should either title case it or just capitalise the first letter, imho.
This commit is contained in:
William Martin Stewart 2017-01-02 10:58:12 +02:00 committed by GitHub
parent 79371f4b00
commit c8687a4a40

View File

@ -1,9 +1,9 @@
{% raw %}{% extends "base.html" %} {% raw %}{% extends "base.html" %}
{% block title %}Page Not found{% endblock %} {% block title %}Page not found{% endblock %}
{% block content %} {% block content %}
<h1>Page Not found</h1> <h1>Page not found</h1>
<p>This is not the page you were looking for.</p> <p>This is not the page you were looking for.</p>
{% endblock content %}{% endraw %} {% endblock content %}{% endraw %}