app/soc/modules/gsoc/views/models/org_admin.py
changeset 3058 5395772146cc
parent 3057 966bbe3e204d
equal deleted inserted replaced
3057:966bbe3e204d 3058:5395772146cc
    17 """Views for GSoCOrgAdmin.
    17 """Views for GSoCOrgAdmin.
    18 """
    18 """
    19 
    19 
    20 __authors__ = [
    20 __authors__ = [
    21     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    21     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
       
    22     '"Lennard de Rijk" <ljvderijk@gmail.com>',
    22   ]
    23   ]
    23 
    24 
    24 
    25 
    25 from soc.logic import dicts
    26 from soc.logic import dicts
    26 from soc.views.helper import decorators
    27 from soc.views.helper import decorators