Skip to content

Commit

Permalink
bg(develop errors): Remove unnecessary steps from add_telegram.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lornatumuhairwe committed Sep 22, 2017
1 parent 77569b8 commit b58c2ec
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions templates/integrations/add_telegram.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2>Setup Guide</h2>
If there are multiple bots in the group, type
<strong><code>/start@hc_invincibles_bot</code></strong> instead.
</p>
<p>Enter you telegram username in the space below</p>
<p>Enter you telegram username in the space below. Save the integration, and it's done!</p>
<form method="post" class="form-horizontal" action="{% url 'hc-add-channel' %}">
{% csrf_token %}
<input type="hidden" name="kind" value="telegram" />
Expand All @@ -151,7 +151,7 @@ <h2>Setup Guide</h2>
type="text"
class="form-control"
name="value"
placeholder="telegram username">
placeholder="e.g. lorna">
</div>
</div>
<div class="form-group">
Expand All @@ -162,21 +162,7 @@ <h2>Setup Guide</h2>
</form>
</div>
</div>

<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no">3</span>
<p>Confirm the integration, and it's done!</p>
</div>
<div class="col-sm-6">
<img
class="ai-guide-screenshot"
alt="Screenshot"
src="{% static 'img/integrations/setup_slack_2.png' %}">
</div>
</div>
{% endif %}

</div>
</div>

Expand Down

0 comments on commit b58c2ec

Please sign in to comment.