diff --git a/cps/templates/generate_kobo_auth_url.html b/cps/templates/generate_kobo_auth_url.html new file mode 100644 index 00000000..28b098cf --- /dev/null +++ b/cps/templates/generate_kobo_auth_url.html @@ -0,0 +1,15 @@ +{% extends "layout.html" %} +{% block body %} +
+ {{_('Open the .kobo/Kobo eReader.conf file in a text editor and add (or edit):')}}. +
++ {{_('api_endpoint=')}}{{kobo_auth_url}} +
++ {{_('Please note that every visit to this current page invalidates any previously generated Authentication url for this user.')}}. +
+