From f1cc9797285c611b261c7e4992b5871a09a6bfbe Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 21 Jul 2014 16:09:31 +0200 Subject: [PATCH] Moving page_title block in the right place --- blender-bfct/application/templates/applications/index.html | 2 +- blender-bfct/application/templates/applications/view.html | 2 +- blender-bfct/application/templates/become_a_trainer.html | 2 +- blender-bfct/application/templates/index.html | 2 +- blender-bfct/application/templates/my_application.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index e17f5ab..ef834f9 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% block body %} {% block page_title %}BFCT Applications{% endblock %} +{% block body %}

BFCT Applications

diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index 7470b41..0e7d4c6 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% block body %} {% block page_title %}{{application.user.first_name}}'s BFCT Application{% endblock %} +{% block body %}

{{application.user.first_name}} {{application.user.last_name}}

diff --git a/blender-bfct/application/templates/become_a_trainer.html b/blender-bfct/application/templates/become_a_trainer.html index 80c56b5..a6f01d4 100644 --- a/blender-bfct/application/templates/become_a_trainer.html +++ b/blender-bfct/application/templates/become_a_trainer.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% block body %} {% block page_title %}Become a Trainer{% endblock %} +{% block body %}

How to become a BFCT?

diff --git a/blender-bfct/application/templates/index.html b/blender-bfct/application/templates/index.html index 30afde6..9d0beaf 100755 --- a/blender-bfct/application/templates/index.html +++ b/blender-bfct/application/templates/index.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% block body %} {% block page_title %}About{% endblock %} +{% block body %}

What is the BFCT?

diff --git a/blender-bfct/application/templates/my_application.html b/blender-bfct/application/templates/my_application.html index a4386c3..7f58a83 100755 --- a/blender-bfct/application/templates/my_application.html +++ b/blender-bfct/application/templates/my_application.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} -{% block body %} {% block page_title %}My Application{% endblock %} +{% block body %}