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

@@ -13,11 +13,10 @@
{% render_block "css" %}
</head>
<body class="pull_top">
<!-- 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="container">
{% if not request.device.android %}
@@ -62,10 +61,6 @@
{% block feature_slider %}
{% include "website/slider_intern_area.html" %}
{% endblock %}
{% block content %} {% endblock %}
<!-- footer -->

View File

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