Update Pagertree setup instructions.

This commit is contained in:
Pēteris Caune 2019-04-20 20:14:19 +03:00
parent 7ce612db6a
commit 1cf08e0048
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
4 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -19,7 +19,8 @@
<div class="col-sm-6"> <div class="col-sm-6">
<span class="step-no">1</span> <span class="step-no">1</span>
<p> <p>
Log into your PagerTree account, select the team you wish to add this integration to. Click the <strong>Integrations</strong> tab. Then click the <strong>+ Integration</strong> button. Log into your PagerTree account, click the <strong>Integrations</strong> tab.
Then click the <strong>Create Integration</strong> button.
</p> </p>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
@ -49,7 +50,9 @@
<div class="col-sm-6"> <div class="col-sm-6">
<span class="step-no">3</span> <span class="step-no">3</span>
<p> <p>
Copy the <strong>Webhook URL</strong> and paste it below. Save the integration, and you are done! Copy the <strong>Endpoint URL</strong> and paste it
in the form below.
Save the integration, and you are done!
</p> </p>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
@ -65,7 +68,7 @@
<form method="post" class="form-horizontal" action="{% url 'hc-add-pagertree' %}"> <form method="post" class="form-horizontal" action="{% url 'hc-add-pagertree' %}">
{% csrf_token %} {% csrf_token %}
<div class="form-group {{ form.value.css_classes }}"> <div class="form-group {{ form.value.css_classes }}">
<label for="post-url" class="col-sm-2 control-label">URL</label> <label for="post-url" class="col-sm-2 control-label">Endpoint</label>
<div class="col-sm-10"> <div class="col-sm-10">
<input <input
id="post-url" id="post-url"