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
3c63f5b2
Commit
3c63f5b2
authored
Mar 27, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into development
parents
970dbb0c
0b97bbf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
kobo.py
cps/kobo.py
+2
-1
admin.html
cps/templates/admin.html
+1
-0
No files found.
cps/kobo.py
View file @
3c63f5b2
...
...
@@ -305,7 +305,8 @@ def get_download_url_for_book(book, book_format):
book_format
=
book_format
.
lower
()
)
return
url_for
(
"web.download_link"
,
"kobo.download_book"
,
auth_token
=
kobo_auth
.
get_auth_token
(),
book_id
=
book
.
id
,
book_format
=
book_format
.
lower
(),
_external
=
True
,
...
...
cps/templates/admin.html
View file @
3c63f5b2
...
...
@@ -42,6 +42,7 @@
{% endif %}
{% endfor %}
</table>
{% endif %}
<a
class=
"btn btn-default"
id=
"admin_user_table"
href=
"{{url_for('admin.edit_user_table')}}"
>
{{_('Edit Users')}}
</a>
<a
class=
"btn btn-default"
id=
"admin_new_user"
href=
"{{url_for('admin.new_user')}}"
>
{{_('Add New User')}}
</a>
{% if (config.config_login_type == 1) %}
...
...
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