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
e064a3ec
Commit
e064a3ec
authored
Oct 02, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary spaces in book convert texts
parent
cd1fe6dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
book_edit.html
cps/templates/book_edit.html
+4
-4
No files found.
cps/templates/book_edit.html
View file @
e064a3ec
...
@@ -27,16 +27,16 @@
...
@@ -27,16 +27,16 @@
<div
class=
"text-left"
>
<div
class=
"text-left"
>
<label
class=
"control-label"
for=
"book_format_from"
>
{{_('Convert from:')}}
</label>
<label
class=
"control-label"
for=
"book_format_from"
>
{{_('Convert from:')}}
</label>
<select
class=
"form-control"
name=
"book_format_from"
id=
"book_format_from"
>
<select
class=
"form-control"
name=
"book_format_from"
id=
"book_format_from"
>
<option
disabled
selected
value
>
-- {{_('select an option')}} --
</option>
<option
disabled
selected
value
>
-- {{_('select an option')}} --
</option>
{% for format in source_formats %}
{% for format in source_formats %}
<option>
{{format|upper}}
</option>
<option>
{{format|upper}}
</option>
{% endfor %}
{% endfor %}
</select>
</select>
<label
class=
"control-label"
for=
"book_format_to"
>
{{_('Convert to:')}}
</label>
<label
class=
"control-label"
for=
"book_format_to"
>
{{_('Convert to:')}}
</label>
<select
class=
"form-control"
name=
"book_format_to"
id=
"book_format_to"
>
<select
class=
"form-control"
name=
"book_format_to"
id=
"book_format_to"
>
<option
disabled
selected
value
>
-- {{_('select an option')}} --
</option>
<option
disabled
selected
value
>
-- {{_('select an option')}} --
</option>
{% for format in conversion_formats %}
{% for format in conversion_formats %}
<option>
{{format|upper}}
</option>
<option>
{{format|upper}}
</option>
{% endfor %}
{% endfor %}
</select>
</select>
</div>
</div>
...
...
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