]> git.ipfire.org Git - ipfire.org.git/commit - src/web/__init__.py
people: Allow to modify if people want to receive promotional updates
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Nov 2019 14:25:02 +0000 (14:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Nov 2019 14:25:02 +0000 (14:25 +0000)
commit92c4b559f361801e697abb0a29744043f443fcdc
tree5f97238662f088c9c0a12ad899d1cb574b89926b
parent54764eebc136817a6c4dfe1a00d25b3ff6398b5e
people: Allow to modify if people want to receive promotional updates

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/accounts.py
src/backend/countries.py
src/templates/messages/base-promo.html
src/templates/people/index.html
src/templates/people/subscribe.html [new file with mode: 0644]
src/templates/people/subscribed.html [new file with mode: 0644]
src/templates/people/unsubscribe.html [new file with mode: 0644]
src/templates/people/unsubscribed.html [new file with mode: 0644]
src/web/__init__.py
src/web/people.py