Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
f358f78d
Commit
f358f78d
authored
Jan 10, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remove duplicate ids
parents
ca212c87
54a78d55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
search_form.html
cps/templates/search_form.html
+2
-2
No files found.
cps/templates/search_form.html
View file @
f358f78d
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"form-group col-sm-6"
>
<div
class=
"form-group col-sm-6"
>
<div><label
for=
"include_extension"
>
{{_('Extensions')}}
</label></div>
<div><label
for=
"include_extension"
>
{{_('Extensions')}}
</label></div>
<select
id=
"include_extension"
class=
"selectpicker"
name=
"include_extension"
id=
"include_extension"
data-live-search=
"true"
data-style=
"btn-primary"
multiple
>
<select
class=
"selectpicker"
name=
"include_extension"
id=
"include_extension"
data-live-search=
"true"
data-style=
"btn-primary"
multiple
>
{% for extension in extensions %}
{% for extension in extensions %}
<option
value=
"{{extension.format}}"
>
{{extension.format}}
</option>
<option
value=
"{{extension.format}}"
>
{{extension.format}}
</option>
{% endfor %}
{% endfor %}
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
</div>
</div>
<div
class=
"form-group col-sm-6"
>
<div
class=
"form-group col-sm-6"
>
<div><label
for=
"exclude_extension"
>
{{_('Exclude Extensions')}}
</label></div>
<div><label
for=
"exclude_extension"
>
{{_('Exclude Extensions')}}
</label></div>
<select
id=
"exclude_extension"
class=
"selectpicker"
name=
"exclude_extension"
id=
"exclude_extension"
data-live-search=
"true"
data-style=
"btn-danger"
multiple
>
<select
class=
"selectpicker"
name=
"exclude_extension"
id=
"exclude_extension"
data-live-search=
"true"
data-style=
"btn-danger"
multiple
>
{% for extension in extensions %}
{% for extension in extensions %}
<option
value=
"{{extension.format}}"
>
{{extension.format}}
</option>
<option
value=
"{{extension.format}}"
>
{{extension.format}}
</option>
{% endfor %}
{% endfor %}
...
...
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