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,15 +4,6 @@
{% load crispy_forms_tags %} {% 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 %} {% block content %}

View File

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

View File

@ -3,16 +3,6 @@
{% load sekizai_tags staticfiles %} {% load sekizai_tags staticfiles %}
<!-- No Feature slider -->
{% block feature_slider %}
{% endblock %}
<!-- Static Navbar at top -->
{% block navbar_options %} navbar navbar-inverse navbar-static-top {% endblock %}
{% block content %} {% block content %}
{% addtoblock "css" %} {% addtoblock "css" %}
<style> <style>

View File

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

View File

@ -4,15 +4,6 @@
{% load crispy_forms_tags %} {% 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 %} {% block content %}
<div class="container"> <div class="container">

View File

@ -3,17 +3,6 @@
{% load sekizai_tags staticfiles %} {% 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 %} {% block menu_contents %}
{% endblock %} {% endblock %}

View File

@ -4,15 +4,6 @@
{% load crispy_forms_tags %} {% 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 %} {% block content %}

View File

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

View File

@ -13,11 +13,10 @@
{% render_block "css" %} {% render_block "css" %}
</head> </head>
<body class="pull_top"> <body class="pull_top">
<!-- Menu --> <!-- Menu -->
<div class="{% block navbar_options %}navbar transparent navbar-inverse navbar-fixed-top {% endblock %}"> <div class="{% block navbar_options %}navbar navbar-inverse navbar-static-top {% endblock %}">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container"> <div class="container">
{% if not request.device.android %} {% if not request.device.android %}
@ -62,10 +61,6 @@
{% block feature_slider %}
{% include "website/slider_intern_area.html" %}
{% endblock %}
{% block content %} {% endblock %} {% block content %} {% endblock %}
<!-- footer --> <!-- footer -->

View File

@ -2,9 +2,12 @@
{% load sekizai_tags staticfiles %} {% load sekizai_tags staticfiles %}
{% block navbar_options %} navbar transparent navbar-inverse navbar-fixed-top {% endblock %}
{% block content %} {% block content %}
{% include "website/slider_intern_area.html" %}
{% include "eventplanner/countdown.inc.html" %} {% include "eventplanner/countdown.inc.html" %}
{% include "eventplanner/routeToEventMap.inc.html" %} {% include "eventplanner/routeToEventMap.inc.html" %}