Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
memopol
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TAlone
memopol
Commits
79feac03
Commit
79feac03
authored
Aug 07, 2016
by
Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix search form.
parent
a75d7e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
templates/_base_search.html
templates/_base_search.html
+2
-2
No files found.
templates/_base_search.html
View file @
79feac03
{% load i18n %}
<form
class=
"form-horizontal"
target
=
"{% url "
representative-list
"
%}"
>
<form
class=
"form-horizontal"
method=
"GET"
action
=
"{% url "
representative-list
"
%}"
>
<div
class=
"input-group"
>
<label
class=
"sr-only"
for=
"rechercher"
>
{% trans "Search" %}
</label>
<input
type=
"text"
class=
"form-control"
name=
"search"
placeholder=
"{% trans "
Search
"
%}"
id=
"rechercher"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-primary"
type=
"
button
"
>
<button
class=
"btn btn-primary"
type=
"
submit
"
>
<span
class=
"glyphicon glyphicon-search"
></span>
</button>
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment