Merge "Fix the content of 'discovery_endpoint' not show up in exception"
This commit is contained in:
commit
4639387117
@ -284,7 +284,7 @@ class InvalidDiscoveryURL(Invalid):
|
||||
|
||||
|
||||
class GetDiscoveryUrlFailed(MagnumException):
|
||||
message = _("Fail to get discovery url from %(discovery_endpoint)")
|
||||
message = _("Failed to get discovery url from '%(discovery_endpoint)s'.")
|
||||
|
||||
|
||||
class InvalidUuidOrName(Invalid):
|
||||
|
Loading…
Reference in New Issue
Block a user