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

Alert Note - Add (Back to Alert)

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

{% endblock %}