multiple fixes in compterendu and related scripts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user