{% extends "base.html" %} {% block title %}Alert - {{ action }} {% endblock %} {% block content %}

Alert {{ action }} (Back to Alert)

{% csrf_token %}
{{ form.ad_type.label }} {{ form.ad_type }}
{{ form.ad_data.label }} {{ form.ad_data }}
{{ form.errors }}

{% endblock %}