mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
15 lines
449 B
HTML
15 lines
449 B
HTML
{% extends "fragment.html" %}
|
|
{% block body %}
|
|
<div class="well">
|
|
<p>
|
|
{{_('Open the .kobo/Kobo eReader.conf file in a text editor and add (or edit):')}}</a>
|
|
</p>
|
|
<p>
|
|
{% if not warning %}'api_endpoint='{{kobo_auth_url}}{% else %}{{warning}}{% endif %}</a>
|
|
</p>
|
|
<p>
|
|
{{_('Please note that every visit to this current page invalidates any previously generated Authentication url for this user.')}}</a>
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|