2020-01-11 18:10:39 +00:00
|
|
|
{% extends "fragment.html" %}
|
2019-12-20 06:08:15 +00:00
|
|
|
{% block body %}
|
|
|
|
<div class="well">
|
|
|
|
<p>
|
2020-02-18 19:36:32 +00:00
|
|
|
{{_('Open the .kobo/Kobo eReader.conf file in a text editor and add (or edit):')}}</a>
|
2019-12-20 06:08:15 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2020-02-23 19:07:21 +00:00
|
|
|
{% if not warning %}'api_endpoint='{{kobo_auth_url}}{% else %}{{warning}}{% endif %}</a>
|
2019-12-20 06:08:15 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
</div>
|
2020-01-11 18:10:39 +00:00
|
|
|
{% endblock %}
|