3b7902802e
- Toggle options to enable self-service data export and wipe options on the public unsubscription page. Subscribers can get a copy of all data on them e-mailed to them as JSON, or instantly wipe all their data. - Refactor "unsubscribe" pages and URIs to "subscription". - Add export icon to subscriber admin view.
9 lines
235 B
HTML
9 lines
235 B
HTML
{{ define "subscriber-data" }}
|
|
{{ template "header" . }}
|
|
<h2>Your data</h2>
|
|
<p>
|
|
A copy of all data recorded on you is attached as a file in the JSON format.
|
|
It can be viewed in a text editor.
|
|
</p>
|
|
{{ template "footer" }}
|
|
{{ end }}
|