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