Cleaned up templates

by default no feature slider and static top menu
This commit is contained in:
Martin Bauer
2014-01-11 16:16:57 +01:00
parent 010efe137e
commit 7ad5ec21fc
10 changed files with 4 additions and 81 deletions

View File

@@ -4,12 +4,6 @@
{% load sekizai_tags staticfiles %}
{% block feature_slider %}
{% endblock %}
{% block navbar_options %} navbar navbar-inverse navbar-static-top {% endblock %}
{% block content %}

View File

@@ -4,15 +4,6 @@
{% load crispy_forms_tags %}
<!-- No Feature slider -->
{% block feature_slider %}
{% endblock %}
<!-- Static Navbar at top -->
{% block navbar_options %} navbar navbar-inverse navbar-static-top {% endblock %}
{% block content %}
<div class="container">

View File

@@ -3,17 +3,6 @@
{% load sekizai_tags staticfiles %}
<!-- Static Navbar at top -->
{% block navbar_options %} navbar navbar-inverse navbar-static-top {% endblock %}
<!-- No Feature slider -->
{% block feature_slider %}
{% endblock %}
{% block menu_contents %}
{% endblock %}

View File

@@ -4,15 +4,6 @@
{% load crispy_forms_tags %}
<!-- No Feature slider -->
{% block feature_slider %}
{% endblock %}
<!-- Static Navbar at top -->
{% block navbar_options %} navbar navbar-inverse navbar-static-top {% endblock %}
{% block content %}