forms: copy mobile number from user model of portail-citoyen

This commit is contained in:
Benjamin Dauvergne 2013-06-18 18:06:09 +02:00
parent 580af16e72
commit 2d5db8a270
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ class SubscriptionForm(forms.Form):
for category, transport in wanted_subscriptions:
models.Subscription.objects.get_or_create(
user=self.user,
identifier=self.user.mobile,
category=category,
transport=transport)