Refactor so constants are used everywhere

This commit is contained in:
Chris Hill-Scott
2020-03-24 15:36:39 +00:00
parent 55e377baf6
commit 30a3418473
6 changed files with 12 additions and 13 deletions

View File

@@ -13,9 +13,7 @@ from app.main.forms import (
SupportType,
Triage,
)
QUESTION_TICKET_TYPE = 'ask-question-give-feedback'
PROBLEM_TICKET_TYPE = "report-problem"
from app.models.feedback import PROBLEM_TICKET_TYPE
def get_prefilled_message():