You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
864 B

{% extends "base.html" %}
{% load humanize static hc_extras %}
{% block title %}Add Pushbullet - {% site_name %}{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">
<h1>Pushbullet</h1>
<div class="jumbotron">
<p>
With this integration, {% site_name %} will send
a <a href="http://pushbullet.com/">Pushbullet</a>
notification when a check
goes <strong>up</strong> or <strong>down</strong>.
</p>
<form method="post" class="text-center">
{% csrf_token %}
<a href="{{ authorize_url }}" class="btn btn-lg btn-default">
<img class="ai-icon" src="{% static 'img/integrations/pushbullet.png' %}" alt="Pushbullet" />
Connect Pushbullet
</a>
</form>
</div>
</div>
</div>
{% endblock %}