~coolyashish/postorius/add_email_address_in_settings

« back to all changes in this revision

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

  • Committer: Florian Fuchs
  • Date: 2014-11-03 21:17:11 UTC
  • Revision ID: flo.fuchs@gmail.com-20141103211711-6niy41ot1obkhgcy
removedĀ debugĀ output

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
def list_index(request, template='postorius/lists/index.html'):
334
334
    """Show a table of all public mailing lists.
335
335
    """
336
 
    print request.LANGUAGE_CODE
337
336
    lists = []
338
337
    error = None
339
338
    only_public = True