1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-05-31 17:52:11 +00:00

Merge branch 'master' into development

This commit is contained in:
Ozzie Isaacs
2021-03-27 09:40:45 +01:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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,
+1
View File
@@ -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) %}