app/soc/views/helper/surveys.py
changeset 3070 afd98e17a2b2
parent 3069 1b9c554ca96d
equal deleted inserted replaced
3069:1b9c554ca96d 3070:afd98e17a2b2
    17 """Custom widgets used for Survey form fields, plus the SurveyContent form.
    17 """Custom widgets used for Survey form fields, plus the SurveyContent form.
    18 """
    18 """
    19 
    19 
    20 __authors__ = [
    20 __authors__ = [
    21   '"Daniel Diniz" <ajaksu@gmail.com>',
    21   '"Daniel Diniz" <ajaksu@gmail.com>',
       
    22   '"Daniel Hans" <daniel.m.hans@gmail.com>',
    22   '"James Levy" <jamesalexanderlevy@gmail.com>',
    23   '"James Levy" <jamesalexanderlevy@gmail.com>',
    23   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    24   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    24   ]
    25   ]
    25 
    26 
    26 
    27