Ben Sturmfels
789d0c8c84
This change removes the unused `ContactEntry` model and the `subscribe` view and replaces it with an `Unsubscription` model and an `unsubscribe` view. It works similarly, but is intended to be used with the `list-unsubscribe` and `list-unsubscribe-post` headers.
6 lines
162 B
HTML
6 lines
162 B
HTML
{% extends "base_conservancy.html" %}
|
|
{% block outercontent %}
|
|
<div class="mw8 center ph2 ph3 mb4">
|
|
<h1>Unsubscribe successful</h1>
|
|
</div>
|
|
{% endblock %}
|