You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
304 B
HTML
13 lines
304 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>
|
|
</div>
|
|
{% endblock %}
|