mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
remove unused support forms/pages & unused go-live form
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
from werkzeug.routing import BaseConverter
|
||||
|
||||
from app.models.feedback import (
|
||||
GENERAL_TICKET_TYPE,
|
||||
PROBLEM_TICKET_TYPE,
|
||||
QUESTION_TICKET_TYPE,
|
||||
)
|
||||
from app.models.service import Service
|
||||
|
||||
|
||||
@@ -12,9 +7,5 @@ class TemplateTypeConverter(BaseConverter):
|
||||
regex = "(?:{})".format("|".join(Service.TEMPLATE_TYPES))
|
||||
|
||||
|
||||
class TicketTypeConverter(BaseConverter):
|
||||
regex = f"(?:{PROBLEM_TICKET_TYPE}|{QUESTION_TICKET_TYPE}|{GENERAL_TICKET_TYPE})"
|
||||
|
||||
|
||||
class SimpleDateTypeConverter(BaseConverter):
|
||||
regex = r"([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))"
|
||||
|
||||
Reference in New Issue
Block a user