From 074dd875dc9f1a763aa579380043b92ad8f2d9ab Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 12 Oct 2021 14:39:29 +0200 Subject: [PATCH] comment out "Submit for approval" section --- .../developer/client_details/basic_info.html | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/app/developer/templates/developer/client_details/basic_info.html b/app/developer/templates/developer/client_details/basic_info.html index c9c64ea2..4dd55729 100644 --- a/app/developer/templates/developer/client_details/basic_info.html +++ b/app/developer/templates/developer/client_details/basic_info.html @@ -45,33 +45,33 @@ -
-

Submit for approval

- -
- Approval is only needed when you deploy the Sign in with SimpleLogin integration - in production.
- For local/testing/staging environment, you don't have to submit your app/website for approval.
-
- -
- {{ approval_form.csrf_token }} - -
- - {{ approval_form.description( - class="form-control", rows="10", - placeholder="This information is used for approving your application. Please give us as much info as you can, for example where you plan to use SimpleLogin, for which community, etc." - ) }} - {{ render_field_errors(approval_form.description) }} -
- -
- Don't make this frequent mistake: make sure to add your production URL to the Authorized Redirect URIs on - OAuth Settings. -
- - -
+{#
#} +{#

Submit for approval

#} +{##} +{#
#} +{# Approval is only needed when you deploy the Sign in with SimpleLogin integration#} +{# in production.
#} +{# For local/testing/staging environment, you don't have to submit your app/website for approval.
#} +{#
#} +{##} +{#
#} +{# {{ approval_form.csrf_token }}#} +{##} +{#
#} +{# #} +{# {{ approval_form.description(#} +{# class="form-control", rows="10",#} +{# placeholder="This information is used for approving your application. Please give us as much info as you can, for example where you plan to use SimpleLogin, for which community, etc."#} +{# ) }}#} +{# {{ render_field_errors(approval_form.description) }}#} +{#
#} +{##} +{#
#} +{# Don't make this frequent mistake: make sure to add your production URL to the Authorized Redirect URIs on#} +{# OAuth Settings.#} +{#
#} +{##} +{# #} +{#
#} {% endblock %} \ No newline at end of file