Still need several templates (most notably deletion preview and wizard_done) - Legacy-Id: 166
6 lines
130 B
HTML
6 lines
130 B
HTML
{% extends "mailinglists/nwg_wizard_base.html" %}
|
|
|
|
{% block nwgcontent %}
|
|
Your mail has been sent, blah blah blah.
|
|
{% endblock %}
|