{% extends "base_project.html" %} {% load compress humanize static hc_extras %} {% block title %}ntfy Integration for {{ site_name }}{% endblock %} {% block content %}

ntfy

ntfy is is a simple HTTP-based pub-sub notification service. If you use or plan on using ntfy, you can can integrate it with your {{ site_name }} account in few simple steps.

Integration Settings

{% csrf_token %}
{% if form.topic.errors %}
{{ form.topic.errors|join:"" }}
{% endif %}
{% if form.url.errors %}
{{ form.url.errors|join:"" }}
{% endif %}
{% if form.token.errors %}
{{ form.url.errors|join:"" }}
{% else %}
If publishing to the topic requires an access token, specify it here.
{% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}