projets
/
auf_savoirs_en_partage_django.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Recherche avancée
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
savoirs
/
ressource_index.html
diff --git
a/auf_savoirs_en_partage/templates/savoirs/ressource_index.html
b/auf_savoirs_en_partage/templates/savoirs/ressource_index.html
index
9878de4
..
6f8cfe2
100644
(file)
--- a/
auf_savoirs_en_partage/templates/savoirs/ressource_index.html
+++ b/
auf_savoirs_en_partage/templates/savoirs/ressource_index.html
@@
-15,7
+15,9
@@
<form action="" method="get">
<table>
- {{ search_form.as_table }}
+ {% with search_form as form %}
+ {% include "render_search_form.html" %}
+ {% endwith %}
<tr><th></th><td><input type="submit" value="Rechercher" /></td></tr>
</table>
</form>