2 Commits 96230ee861 ... 8193b9c9c1

Author SHA1 Message Date
  vross 8193b9c9c1 comment with link to photos required for new connection request 6 years ago
  vross 96230ee861 comment with link to photos required for new connection request 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wifiwithme/apps/contribmap/forms.py

+ 1 - 1
wifiwithme/apps/contribmap/forms.py

@@ -77,7 +77,7 @@ class PublicContribForm(forms.ModelForm):
     #tetaneutral.net: comment with link to photos required for new connection request
     def _validate_comment(self, data):
         if data.get('contrib_type') == Contrib.CONTRIB_CONNECT and re.search('https?://', data.get('comment')) is None:
-            self.add_error('comment', 'Des photos de la vue depuis votre toit ou balcon sont nécessaires pour déterminer votre éligibilité à une connexion radio. Vous pouvez les déposer chez un hébergeur (par exemple https://framapic.org ) et mettre le lien d\'accès à ces photos ici.')
+            self.add_error('comment', 'Un lien vers les photos doit être fourni')
 
     def clean(self):
         cleaned_data = super().clean()