feedback/utils.py
changeset 62 b7e47cc39342
parent 44 7d748db0c7c3
equal deleted inserted replaced
61:4a23f99f26f9 62:b7e47cc39342
     1 """ A collection of utilities for feedback app.
     1 """ A collection of utilities for feedback app.
     2 """
     2 """
     3 
     3 
     4 from workshop.feedback.models import *
     4 from ws_app.feedback.models import *
     5 
     5 
     6 LONG_FIELD_NAME = {'topics': "Range of topics covered:",
     6 LONG_FIELD_NAME = {'topics': "Range of topics covered:",
     7                    'depth': "Depth of coverage:",
     7                    'depth': "Depth of coverage:",
     8                    'methodology': "Effectiveness of methodology:",
     8                    'methodology': "Effectiveness of methodology:",
     9                    'pace': "Pace of coverage:",
     9                    'pace': "Pace of coverage:",