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>
|
||||
<form action="{% url 'notes:sujets-merge' pk=object.pk %}" method="POST">
|
||||
{% csrf_token %}
|
||||
{{ form.media }}
|
||||
{% 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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user