{% 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

{% endblock content %}