Members can change their registration email

This commit is contained in:
Martin Pépin 2018-08-05 18:11:10 +02:00
parent e515a55956
commit 898a354c2d
4 changed files with 44 additions and 49 deletions

View file

@ -46,9 +46,9 @@ class ProfileViewTests(ViewTestCaseMixin, TestCase):
u = self.users['member']
r = self.client.post(self.url, {
'first_name': 'First',
'last_name': 'Last',
'phone': '',
'u-first_name': 'First',
'u-last_name': 'Last',
'p-phone': '',
# 'mailing_cof': '1',
# 'mailing_bda': '1',
# 'mailing_bda_revente': '1',