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