summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-17 18:41:55 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-17 18:41:55 +0100
commitc223e4f634b2567fd0a6d76cc743af40c2ac62bb (patch)
treeb4d0dbd03ffef8a34dcdbd829339d95e1b3569a3
parent63797184608549fe91a1b75058d1e0af6b7859f2 (diff)
downloadexchange-c223e4f634b2567fd0a6d76cc743af40c2ac62bb.tar.gz
exchange-c223e4f634b2567fd0a6d76cc743af40c2ac62bb.tar.bz2
exchange-c223e4f634b2567fd0a6d76cc743af40c2ac62bb.zip
dead template
-rw-r--r--contrib/Makefile.am.in1
-rw-r--r--contrib/kyc-proof-logic-failure.en.must15
2 files changed, 0 insertions, 16 deletions
diff --git a/contrib/Makefile.am.in b/contrib/Makefile.am.in
index 268e423b0..e278fad2f 100644
--- a/contrib/Makefile.am.in
+++ b/contrib/Makefile.am.in
@@ -9,7 +9,6 @@ dist_tmplpkgdata_DATA = \
kyc-proof-bad-request.en.must \
kyc-proof-endpoint-unknown.en.must \
kyc-proof-internal-error.en.must \
- kyc-proof-logic-failure.en.must \
kyc-proof-target-unknown.en.must \
oauth2-authentication-failure.en.must \
oauth2-authorization-failure.en.must \
diff --git a/contrib/kyc-proof-logic-failure.en.must b/contrib/kyc-proof-logic-failure.en.must
deleted file mode 100644
index f7f058500..000000000
--- a/contrib/kyc-proof-logic-failure.en.must
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-<title>500: Internal logic failure</title>
-</head>
-<body>
- We had an internal error processing the KYC request.
-<pre>
-<!-- Taler Error code --> {{ code }}:
-<!-- Taler EC hint --> {{ hint }}
-</pre>
-<p>
- <!-- human-readable message --> {{ message}}
-</p>
-</body>
-</html>