Projet

Général

Profil

« Précédent | Suivant » 

Révision e147eff6

Ajouté par Serghei Mihai (congés, retour 15/05) il y a plus de 7 ans

remove "homepage" transport (#13212)

Voir les différences:

corbo/models.py
24 24

  
25 25
channel_choices = (
26 26
    ('mailto', _('Email')),
27
    ('homepage', _('Homepage'))
28 27
)
29 28

  
30 29
UNSUBSCRIBE_LINK_PLACEHOLDER = '##UNSUBSCRIBE_LINK_PLACEHOLDER##'
......
186 185
    category = models.ForeignKey('Category', verbose_name=_('Category'))
187 186
    uuid = models.CharField(_('User identifier'), max_length=128, blank=True)
188 187
    identifier = models.CharField(_('identifier'), max_length=128, blank=True,
189
            help_text=_('ex.: mailto, homepage, ...'))
188
            help_text=_('ex.: mailto, ...'))
190 189

  
191 190
    def get_identifier_display(self):
192 191
        try:

Formats disponibles : Unified diff