removes some hr
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
{% load bootstrap3 %}
|
{% load bootstrap4 %}
|
||||||
|
<div class="card card-body border-danger">
|
||||||
<p> Vous allez fusionner la fiche de <strong>{{object}}</strong> et ses {{object.notes.count}} notes vers :</p>
|
<p> Vous allez fusionner la fiche de <strong>{{object}}</strong> et ses {{object.notes.count}} notes vers :</p>
|
||||||
<form action="{% url 'notes:sujets-merge' pk=object.pk %}" method="POST">
|
<form action="{% url 'notes:sujets-merge' pk=object.pk %}" method="POST">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.media }}
|
{{ form.media }}
|
||||||
{% bootstrap_field form.sujet %}
|
{% bootstrap_field form.sujet %}
|
||||||
<div class="pull-right">{% bootstrap_button 'Fusionner' button_type='submit' icon='paste' %}</div>
|
{% bootstrap_button 'Fusionner' button_type='submit' button_class="btn btn-danger btn-block" %}
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{% load bootstrap4 %}
|
{% load bootstrap4 %}
|
||||||
|
<h4 class="sidebar-heading mt-4 px-3">Période</h4>
|
||||||
<h4 class="sidebar-heading mt-2 px-3">Période</h4>
|
|
||||||
<form class="form px-3" action="" method="get">
|
<form class="form px-3" action="" method="get">
|
||||||
{% bootstrap_form form layout="inline" %}
|
{% bootstrap_form form layout="inline" %}
|
||||||
<input type="hidden" name="graph" value="{{active}}" />
|
<input type="hidden" name="graph" value="{{active}}" />
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<hr />
|
|
||||||
{% include "statistiques/filter_form.html" %}
|
{% include "statistiques/filter_form.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{% load navbar %}
|
{% load navbar %}
|
||||||
<hr/>
|
|
||||||
<h6 class="sidebar-heading mt-4 px-3">Sous-Catégories</h6>
|
<h6 class="sidebar-heading mt-4 px-3">Sous-Catégories</h6>
|
||||||
<ul class="nav flex-column">
|
<ul class="nav flex-column">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<hr />
|
|
||||||
{% if chart %}
|
{% if chart %}
|
||||||
{% include "statistiques/filter_form.html" with active=active %}
|
{% include "statistiques/filter_form.html" with active=active %}
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
Reference in New Issue
Block a user