Skip to content
Snippets Groups Projects

Rychlé hledání míst podle kódu

Merged Martin Mareš requested to merge mj/find-place into devel
1 unresolved thread
2 files
+ 16
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 7
0
@@ -13,4 +13,11 @@
<a href='{{ url_for('org_export_skoly', format='tsv') }}'>TSV</a>
</ul>
<h3>Rychlé hledání</h3>
<form method=GET action="" class='form form-inline' role=form>
<input class='form-control' name=place placeholder='Kód místa'></input>
<input class='btn btn-primary' type="submit" value='Vyhledat'>
</form>
{% endblock %}
Loading