From f84274f1c534a5d589fd844239c1a61a6d2f0fc7 Mon Sep 17 00:00:00 2001 From: Michael Shavit Date: Fri, 20 Dec 2019 01:08:15 -0500 Subject: [PATCH] git add missing generate_kobo_auth_url.html --- cps/templates/generate_kobo_auth_url.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cps/templates/generate_kobo_auth_url.html 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 %} +
+

{{_('Generate Kobo Auth URL')}}

+

+ {{_('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.')}}. +

+
+{% endblock %} \ No newline at end of file