multiple fixes in compterendu and related scripts

This commit is contained in:
artus
2018-10-13 14:15:31 +02:00
parent 87b0b218a1
commit a7858d22b0
9 changed files with 72 additions and 100 deletions

View File

@@ -1,8 +1,6 @@
{% load bootstrap3 %}
{% load bootstrap4 %}
<form class="form-horizontal" action="{% url "notes:create-sujet" %}" method="post">{% csrf_token %}
{% bootstrap_form form layout="horizontal"%}
<div class="pull-right">
{% bootstrap_button "Ajouter un sujet" button_type="submit" button_class="btn btn-primary" icon="plus" %}
</div>
{% bootstrap_button "Ajouter un sujet" button_type="submit" button_class="btn btn-block btn-success" %}
{% if next %}<input type="text" hidden=True name="next" value="{{ next }}" />{%endif%}
</form>