Files
notifications-admin/app/models/feedback.py
T

4 lines
123 B
Python
Raw Normal View History

2020-03-24 15:36:39 +00:00
QUESTION_TICKET_TYPE = 'ask-question-give-feedback'
PROBLEM_TICKET_TYPE = 'report-problem'
2020-03-24 15:45:13 +00:00
GENERAL_TICKET_TYPE = 'general'