{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Add Apprise - {% site_name %}{% endblock %} {% block content %}

Apprise

Identify as many Apprise URLs as you wish. You can use a comma (,) to identify more than on URL if you wish to. For a detailed list of all supported Apprise Notification URLs simply click here.

Integration Settings

{% csrf_token %}
{% if form.url.errors %}
{{ form.url.errors|join:"" }}
{% endif %}
{% endblock %}