mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
PR suggestions
This commit is contained in:
parent
2ba62bf174
commit
a0fba816c2
2 changed files with 1 additions and 6 deletions
|
@ -275,11 +275,6 @@ h1, h2, h3,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hides the "clear" button on autocomplete, as we already have one to use
|
|
||||||
.select2-selection__clear {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fixes a display issue where the list was entirely white, or had too much whitespace
|
// Fixes a display issue where the list was entirely white, or had too much whitespace
|
||||||
.select2-dropdown {
|
.select2-dropdown {
|
||||||
display: inline-grid !important;
|
display: inline-grid !important;
|
||||||
|
|
|
@ -94,7 +94,7 @@ class FSMApplicationError(Exception):
|
||||||
|
|
||||||
_error_mapping = {
|
_error_mapping = {
|
||||||
FSMErrorCodes.APPROVE_DOMAIN_IN_USE: ("Cannot approve. Requested domain is already in use."),
|
FSMErrorCodes.APPROVE_DOMAIN_IN_USE: ("Cannot approve. Requested domain is already in use."),
|
||||||
FSMErrorCodes.NO_INVESTIGATOR: ("No investigator was assigned."),
|
FSMErrorCodes.NO_INVESTIGATOR: ("Investigator is required for this status."),
|
||||||
FSMErrorCodes.INVESTIGATOR_NOT_STAFF: ("Investigator is not a staff user."),
|
FSMErrorCodes.INVESTIGATOR_NOT_STAFF: ("Investigator is not a staff user."),
|
||||||
FSMErrorCodes.INVESTIGATOR_NOT_SUBMITTER: ("Only the assigned investigator can make this change."),
|
FSMErrorCodes.INVESTIGATOR_NOT_SUBMITTER: ("Only the assigned investigator can make this change."),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue