diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-09-25 08:23:20 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-09-25 08:23:20 +0800 |
| commit | 98b250df38ca82f08ad0b6ee19eace3dfb182ede (patch) | |
| tree | 0aa9621edf1dcd262fd95bd73bb469c122007bde /forged/templates | |
| parent | Update README (diff) | |
| download | forge-98b250df38ca82f08ad0b6ee19eace3dfb182ede.tar.gz forge-98b250df38ca82f08ad0b6ee19eace3dfb182ede.tar.zst forge-98b250df38ca82f08ad0b6ee19eace3dfb182ede.zip | |
Mailing lists: implement sub/unsub
Diffstat (limited to 'forged/templates')
| -rw-r--r-- | forged/templates/mailing_list.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forged/templates/mailing_list.tmpl b/forged/templates/mailing_list.tmpl index 9144253..10d3a3a 100644 --- a/forged/templates/mailing_list.tmpl +++ b/forged/templates/mailing_list.tmpl @@ -18,6 +18,8 @@ <p>{{ .list_description }}</p> {{- end -}} <p><strong>Address:</strong> <code>{{ .list_email_address }}</code></p> + <p><strong>Subscribe:</strong> <code>{{ .list_subscribe_address }}</code></p> + <p><strong>Unsubscribe:</strong> <code>{{ .list_unsubscribe_address }}</code></p> {{- if .direct_access -}} <p><a href="subscribers/">Manage subscribers</a></p> {{- end -}} |
