From 6e0f1da0a27fe87ee7f9b51c4df3139c57442119 Mon Sep 17 00:00:00 2001 From: Travis McNeill Date: Wed, 9 Jul 2014 14:40:56 -0400 Subject: [PATCH] Changed page_title block to be html in the content block base.html has no page_title block --- .../{{cookiecutter.repo_name}}/templates/404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html index 3ba605bf..0d7a787f 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/404.html @@ -2,8 +2,8 @@ {% block title %}Page Not found{% endblock %} -{% block page_title %}Page Not found{% endblock page_title %} - {% block content %} +

Page Not found

+

This is not the page you were looking for.

-{% endblock content %}{% endraw %} \ No newline at end of file +{% endblock content %}{% endraw %}