File size: 258 Bytes
16bfc87
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{% extends "admin/base_site.html" %}

{% block content %}
<form action="" method="post">{% csrf_token %}
    {{ form }}
    <input type="hidden" name="action" value="broadcast" />
    <input type="submit" name="apply" value="Send" />
</form>
{% endblock %}