Skip to content

Commit

Permalink
Correction d'un test et setting en anglais - #629
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskimon committed Jun 2, 2014
1 parent 44f151c commit 1c6ab78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zds/pages/tests.py
Expand Up @@ -78,7 +78,7 @@ def test_subscribe_association(self):
"""To test the "subscription to the association" form."""

result = self.client.post(
reverse('zds.page.views.assoc_subscribe'),
reverse('zds.pages.views.assoc_subscribe'),
{
'first_name': 'Anne',
'surname': 'Onyme',
Expand Down
4 changes: 2 additions & 2 deletions zds/settings.py
Expand Up @@ -304,8 +304,8 @@

MAIL_CA_ASSO = 'ca-zeste-de-savoir@googlegroups.com'

# ATTENTION, CETTE ADRESSE NE DOIT PAS ETRE CHANGÉE
# SANS ACCORD DU Conseil d'Administraton de l'association ZdS
# CAREFUL! THIS EMAIL ADRESS SHOULD NOT BE CHANGED
# WITHOUT THE APPROVAL OF THE ASSOCIATION COMMITEE
MAIL_NOREPLY = 'noreply@zestedesavoir.com'

# Load the production settings, overwrite the existing ones if needed
Expand Down

0 comments on commit 1c6ab78

Please sign in to comment.