app/soc/views/models/mentor.py
changeset 1583 1e4c785f1adf
parent 1526 5c31184594a5
child 1584 d8ba8c917f37
equal deleted inserted replaced
1582:f2f352ad193f 1583:1e4c785f1adf
    27 from django.utils.translation import ugettext
    27 from django.utils.translation import ugettext
    28 
    28 
    29 from soc.logic import dicts
    29 from soc.logic import dicts
    30 from soc.logic.models import organization as org_logic
    30 from soc.logic.models import organization as org_logic
    31 from soc.views.helper import access
    31 from soc.views.helper import access
       
    32 from soc.views.helper import decorators
    32 from soc.views.helper import dynaform
    33 from soc.views.helper import dynaform
    33 from soc.views.helper import params as params_helper
    34 from soc.views.helper import params as params_helper
    34 from soc.views.helper import widgets
    35 from soc.views.helper import widgets
    35 from soc.views.models import organization as org_view
    36 from soc.views.models import organization as org_view
    36 from soc.views.models import role
    37 from soc.views.models import role