.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
{% extends 'generic/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
The following users have been emailed:
|
||||
{% for u in users %}
|
||||
<p>{{u.cid}}: {{u.email}}</p>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user