Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!128
Místa: hledání a další drobná vylepšení
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Místa: hledání a další drobná vylepšení
mj/places
into
devel
Overview
22
Commits
10
Changes
2
2 unresolved threads
Hide all comments
Merged
Martin Mareš
requested to merge
mj/places
into
devel
2 years ago
Overview
22
Commits
10
Changes
2
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
523b9f9b
Prev
Next
Show latest version
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
523b9f9b
Místa: Formulář pro hledání používá GET
· 523b9f9b
Martin Mareš
authored
2 years ago
mo/web/templates/org_place.html
+
1
−
1
Options
@@ -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