|
@@ -78,11 +78,11 @@ class ISPInfo(SingleInstanceMixin, models.Model):
|
|
|
# field outside of db-ffdn format:
|
|
|
administrative_email = models.EmailField(
|
|
|
max_length=254, blank=True, verbose_name="Contact administratif",
|
|
|
- help_text='Adresse pour les contacts administratifs (ex: bureau)')
|
|
|
+ help_text='Adresse email pour les contacts administratifs (ex: bureau)')
|
|
|
|
|
|
support_email = models.EmailField(
|
|
|
max_length=254, blank=True, verbose_name="Contact de support",
|
|
|
- help_text="Adresse pour les demandes de support technique")
|
|
|
+ help_text="Adresse email pour les demandes de support technique")
|
|
|
|
|
|
@property
|
|
|
def memberCount(self):
|