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 %}