moved bootstrap_messages on base template
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{% load bootstrap3 %}{% bootstrap_messages %}
|
||||
<div class="col-md-6">
|
||||
{% include "suivi/signalement_form.html" with form=signalement_form %}
|
||||
</div>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{% load bootstrap3 %}<li class="app-menu">
|
||||
{% load bootstrap3 %}
|
||||
<li class="app-menu">
|
||||
<a href="{% url 'sujets:liste' %}">Liste des sujets
|
||||
<span class="pull-right">{% bootstrap_icon "list" %}</span></a>
|
||||
</li>
|
||||
{% if search_form %}
|
||||
<form class="navbar-form app-menu" method="POST" action="search/">
|
||||
<form class="nav navbar-form app-menu text-center" method="POST" action="search/">
|
||||
{% bootstrap_form search_form show_label=False %}
|
||||
{% bootstrap_button 'Chercher' button_type='submit' %}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user