{% extends "base.html" %} {% block title %}Alert Blackout Edit {% endblock %} {% block content %}

Alert Blackout Edit (Back to List)

{% csrf_token %}
{{ form.ab_description.label }} {{ form.ab_description }}
{{ form.errors }}
{% csrf_token %}

{% endblock %}