Skip to content
Snippets Groups Projects

Místa: hledání a další drobná vylepšení

Merged Martin Mareš requested to merge mj/places into devel
2 unresolved threads
3 files
+ 83
53
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -36,7 +36,7 @@
{% endif %}
</div>
<h3>Vyhledávání</h3>
<h3>Vyhledávání míst{% if place.level > 0 %} v této oblasti{% endif %}</h3>
{% if search_failed %}
<div class='alert alert-danger' role='alert'>
@@ -50,7 +50,7 @@
</div>
{% endif %}
{{ wtf.quick_form(search_form, form_type='inline', button_map={'submit': 'primary'}) }}
{{ wtf.quick_form(search_form, method='GET', form_type='inline', button_map={'submit': 'primary'}) }}
{% if found_places %}
<table class=data>
Loading