removes some hr

This commit is contained in:
artus
2018-10-13 23:55:08 +02:00
parent 5799ab1ea3
commit 388e626c7e
5 changed files with 5 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
{% load bootstrap4 %}
<h4 class="sidebar-heading mt-2 px-3">Période</h4>
<h4 class="sidebar-heading mt-4 px-3">Période</h4>
<form class="form px-3" action="" method="get">
{% bootstrap_form form layout="inline" %}
<input type="hidden" name="graph" value="{{active}}" />

View File

@@ -6,7 +6,6 @@
{% block sidebar %}
{{ block.super }}
<hr />
{% include "statistiques/filter_form.html" %}
{% endblock %}

View File

@@ -1,5 +1,4 @@
{% load navbar %}
<hr/>
<h6 class="sidebar-heading mt-4 px-3">Sous-Catégories</h6>
<ul class="nav flex-column">
<li class="nav-item">

View File

@@ -10,7 +10,6 @@
{% block sidebar %}
{{ block.super }}
<hr />
{% if chart %}
{% include "statistiques/filter_form.html" with active=active %}
<hr />