app/soc/views/models/club_member.py
changeset 1583 1e4c785f1adf
parent 1430 ff8cc6b15e6a
child 1584 d8ba8c917f37
equal deleted inserted replaced
1582:f2f352ad193f 1583:1e4c785f1adf
    26 
    26 
    27 from soc.logic import dicts
    27 from soc.logic import dicts
    28 from soc.logic.models import club as club_logic
    28 from soc.logic.models import club as club_logic
    29 from soc.logic.models import club_admin as club_admin_logic
    29 from soc.logic.models import club_admin as club_admin_logic
    30 from soc.views.helper import access
    30 from soc.views.helper import access
       
    31 from soc.views.helper import decorators
    31 from soc.views.helper import dynaform
    32 from soc.views.helper import dynaform
    32 from soc.views.helper import widgets
    33 from soc.views.helper import widgets
    33 from soc.views.models import club as club_view
    34 from soc.views.models import club as club_view
    34 from soc.views.models import role
    35 from soc.views.models import role
    35 
    36