~danci-emanuel/postorius/UI_dlists_support

« back to all changes in this revision

Viewing changes to src/postorius/forms.py

  • Committer: Emanuel Danci
  • Date: 2012-07-10 11:22:54 UTC
  • Revision ID: danci_emanuel@yahoo.com-20120710112254-msfdp1osyxvsbwwe
Contains the UI changes needed for enabling/disabling Dynamic sublists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        },
106
106
        required = True,
107
107
        choices = (
108
 
                (True, _("Enable Dynamic sublists for this list")),
109
 
                (False, _("Do not enable Dynamic sublists for this list"))
 
108
                (True, _("Enable.")),
 
109
                (False, _("Do not enable."))
110
110
        ))
111
111
     
112
112
    advertised = forms.ChoiceField(