diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-08-16 21:04:51 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-08-16 21:04:51 +0200 |
| commit | c62792638bd933b9e6fe57358c1233b7a48d6d3f (patch) | |
| tree | 02fdf6d8fa82be51c83ea5f88b2dd164a41af0b3 /contrib/bad_gateway.en.must | |
| parent | af97071ad6446b851bbb8cd319a768eade952fee (diff) | |
work on kycaid plugin response generation logic
Diffstat (limited to 'contrib/bad_gateway.en.must')
| -rw-r--r-- | contrib/bad_gateway.en.must | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/bad_gateway.en.must b/contrib/bad_gateway.en.must new file mode 100644 index 00000000..f177db90 --- /dev/null +++ b/contrib/bad_gateway.en.must @@ -0,0 +1,12 @@ +<html> +<head> +<title>KYC server failure</title> +</head> +<body> +The KYC backend returned a malformed response, reproduced +below. Please inform the exchange operator about this failure. +<pre> +{{ kyc_server_reply }} +</pre> +</body> +</html>
\ No newline at end of file |
