Skip to content

Commit a341c43

Browse files
committed
Updating few DocuSign to Docusign
1 parent 9a66c89 commit a341c43

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/ds_config_sample.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ds_config.py
22
#
3-
# DocuSign configuration settings
3+
# Docusign configuration settings
44

55
DS_CONFIG = {
6-
"ds_client_id": "{INTEGRATION_KEY_AUTH_CODE}", # The app's DocuSign integration key
7-
"ds_client_secret": "{SECRET_KEY}", # The app's DocuSign integration key's secret
6+
"ds_client_id": "{INTEGRATION_KEY_AUTH_CODE}", # The app's Docusign integration key
7+
"ds_client_secret": "{SECRET_KEY}", # The app's Docusign integration key's secret
88
"organization_id": "{ORGANIZATION_ID}", # A GUID value that identifies the organization
99
"signer_email": "{SIGNER_EMAIL}",
1010
"signer_name": "{SIGNER_NAME}",
@@ -19,7 +19,7 @@
1919
"webforms_api_client_host": "https://apps-d.docusign.com/api/webforms",
2020
"allow_silent_authentication": True, # a user can be silently authenticated if they have an
2121
# active login session on another tab of the same browser
22-
"target_account_id": None, # Set if you want a specific DocuSign AccountId,
22+
"target_account_id": None, # Set if you want a specific Docusign AccountId,
2323
# If None, the user's default account will be used.
2424
"demo_doc_path": "demo_documents",
2525
"doc_salary_docx": "World_Wide_Corp_salary.docx",

app/quick_acg/quick_acg_app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<body>
1717
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
18-
<a class="navbar-brand" href="/">DocuSign Examples</a>
18+
<a class="navbar-brand" href="/">Docusign Examples</a>
1919
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2020
<span class="navbar-toggler-icon"></span>
2121
</button>

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body>
1818
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
19-
<a class="navbar-brand" href="/">DocuSign Examples</a>
19+
<a class="navbar-brand" href="/">Docusign Examples</a>
2020
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2121
<span class="navbar-toggler-icon"></span>
2222
</button>

0 commit comments

Comments
 (0)