{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Add Pushbullet - {% site_name %}{% endblock %} {% block content %}

Pushbullet

With this integration, {% site_name %} will send a Pushbullet notification when a check goes up or down.

{% csrf_token %} Pushbullet Connect Pushbullet
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}