~coolyashish/postorius/add_email_address_in_settings

« back to all changes in this revision

Viewing changes to src/postorius/views/settings.py

  • Committer: Florian Fuchs
  • Date: 2015-01-19 15:03:09 UTC
  • mfrom: (188.4.2 postorius)
  • Revision ID: flo.fuchs@gmail.com-20150119150309-lcdx9ztq29ejj0ze
* URLs now contains the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
* Added dev_requirements.txt for installation of development dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                              MailmanApiError, Mailman404Error)
43
43
from postorius.forms import *
44
44
from postorius.auth.decorators import *
45
 
from postorius.views.generic import MailingListView, MailmanUserView
46
45
 
47
46
 
48
47
@login_required