Skip to content

Commit

Permalink
Re-add country to this form - was removed by mistake.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <lamby@debian.org>
  • Loading branch information
lamby committed Oct 1, 2012
1 parent f833ff7 commit 68ca123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librement/registration/forms.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Meta:
fields = ( fields = (
'account_type', 'account_type',
'organisation', 'organisation',
'country',
) )


def clean_email(self): def clean_email(self):
Expand Down

0 comments on commit 68ca123

Please sign in to comment.