{% extends "base.html" %} {% block content %}

Add Discord Webhook

Webhooks will be saved in a cookie and will be sent to the server when you subscribe to a drop.
{% csrf_token %} {{ form.non_field_errors }}
{{ form.webhook_url.errors }}
{{ form.webhook_url.help_text }}

Webhooks

{% if webhooks %}
{% for webhook in webhooks %}
{% if webhook.avatar %} Avatar of {{ webhook.name }} {% endif %} {{ webhook.name }}
{% endfor %}
{% else %}
No webhooks added
{% endif %}
{% endblock content %}