Moving page_title block in the right place

This commit is contained in:
2014-07-21 16:09:31 +02:00
parent 4cf09d5440
commit f1cc979728
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %}
{% block page_title %}BFCT Applications{% endblock %} {% block page_title %}BFCT Applications{% endblock %}
{% block body %}
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h1>BFCT Applications</h1> <h1>BFCT Applications</h1>

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %}
{% block page_title %}{{application.user.first_name}}'s BFCT Application{% endblock %} {% block page_title %}{{application.user.first_name}}'s BFCT Application{% endblock %}
{% block body %}
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<h1>{{application.user.first_name}} {{application.user.last_name}}</h1> <h1>{{application.user.first_name}} {{application.user.last_name}}</h1>

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %}
{% block page_title %}Become a Trainer{% endblock %} {% block page_title %}Become a Trainer{% endblock %}
{% block body %}
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h2>How to become a BFCT?</h2> <h2>How to become a BFCT?</h2>

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %}
{% block page_title %}About{% endblock %} {% block page_title %}About{% endblock %}
{% block body %}
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h2>What is the BFCT?</h2> <h2>What is the BFCT?</h2>

View File

@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% extends 'layout.html' %}
{% block body %}
{% block page_title %}My Application{% endblock %} {% block page_title %}My Application{% endblock %}
{% block body %}
<div class="row"> <div class="row">
<div class="col-md-12"> <i class="bf-network backicon"></i> <div class="col-md-12"> <i class="bf-network backicon"></i>