From cfd3f5db8f34585ccfc9c6155782c80a02bd3dce Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 20 Jan 2020 11:16:04 +0100 Subject: [PATCH] Add more help message to api-key and custom-domain --- .../templates/dashboard/api_key.html | 20 +++++++++++-------- .../templates/dashboard/custom_domain.html | 6 ++++++ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/app/dashboard/templates/dashboard/api_key.html b/app/dashboard/templates/dashboard/api_key.html index 594a79fa..fa9ec87d 100644 --- a/app/dashboard/templates/dashboard/api_key.html +++ b/app/dashboard/templates/dashboard/api_key.html @@ -14,18 +14,22 @@

API Key

-

- The API Key is used inside the SimpleLogin Chrome extension. You can install the extension +

{% for api_key in api_keys %}
diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index f62df05d..62f305c8 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -19,6 +19,12 @@
{% endif %} + + {% for custom_domain in custom_domains %}