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

4 lines
123 B
Python

QUESTION_TICKET_TYPE = "ask-question-give-feedback"
PROBLEM_TICKET_TYPE = "report-problem"
GENERAL_TICKET_TYPE = "general"