X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..e04a3d9448c218e380a0c281f2e6330df3166ead:/wolnelektury/templates/catalogue/breadcrumbs.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html index 896d9997c..ecf8dbafa 100644 --- a/wolnelektury/templates/catalogue/breadcrumbs.html +++ b/wolnelektury/templates/catalogue/breadcrumbs.html @@ -4,6 +4,9 @@ {% for tag in tag_list %} <li class="category"><a href="{% catalogue_url tag %}">{{ tag }}</a> | <a href="{% catalogue_url tag_list -tag %}">x</a></li> {% endfor %} - <li>{{ search_form.q }} {{ search_form.tags }} <input type="submit" value="Szukaj"/></li> + {% if search_form %} + <li>{{ search_form.q }} {{ search_form.tags }} <input type="submit" value="Szukaj"/></li> + {% endif %} </ol> + <div class="clearboth"></div> </form> \ No newline at end of file