Skip to content

Commit b37c1d4

Browse files
authored
updated banner text
1 parent 35d32ba commit b37c1d4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

app/click/templates/home_click.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
<tr>
1111
<td>
1212
<h1 class="display-4">Python Launcher</h1>
13-
<p class="Xlead">Welcome to the DocuSign Click Python
14-
examples using multiple OAuth flows (JWT and
15-
Authorization Code Grant).</p>
13+
<p class="Xlead">Run and explore DocuSign Click API code examples with Authorization Code Grant or JWT Grant authentication</p>
1614
</td>
1715
<td>
1816
<img src="/static/assets/banner-code.png"/>
@@ -23,17 +21,13 @@ <h1 class="display-4">Python Launcher</h1>
2321
</div>
2422

2523
<div class="container" style="margin-top: 40px" id="index-page">
26-
<h2>Welcome</h2>
27-
<p>This launcher includes the following examples for the DocuSign Click
28-
API.</p>
2924

3025
{% if show_doc %}
3126
<p><a target='_blank'
3227
href='{{ documentation | safe }}'>Documentation</a> on using JWT
3328
or Authorization Code Grant from a Python Flask application.</p>
3429
{% endif %}
3530

36-
<h2>Basic Click API Examples</h2>
3731
<h4 id="example001">1. <a href="eg001">Creating a clickwrap</a></h4>
3832
<p>This example demonstrates how to use DocuSign Click to create a
3933
clickwrap that you can embed in your website or app.</p>

0 commit comments

Comments
 (0)