Merge branch 'fix-#79' into 'master'
Move adding emails to profile page and add explanation

Includes the changes made in !8

Fixes #79  
Fixes #50  
Fixes #37




See merge request !71
commit 584d61e6bdee820413272b1547693a538507fe26
2 parents 8e2449d + 54681f6
@Aurélien Bompard Aurélien Bompard authored on 10 Feb 2016
Showing 14 changed files
View
src/postorius/forms.py
View
src/postorius/migrations/0002_auto_20160209_0635.py 0 → 100644
View
src/postorius/models.py
View
src/postorius/templates/postorius/menu/user_nav.html
View
src/postorius/templates/postorius/user/address_activation.html 100644 → 0
View
src/postorius/templates/postorius/user/address_activation_sent.html 100644 → 0
View
src/postorius/templates/postorius/user/profile.html
View
src/postorius/tests/fixtures/vcr_cassettes/test_address_activation.yaml 0 → 100644
View
src/postorius/tests/fixtures/vcr_cassettes/test_user_profile.yaml 0 → 100644
View
src/postorius/tests/mailman_api_tests/test_address_activation.py 0 → 100644
View
src/postorius/tests/mailman_api_tests/test_profile.py 0 → 100644
View
src/postorius/tests/test_address_activation.py 100644 → 0
View
src/postorius/urls.py
View
src/postorius/views/user.py