From c6b9e67c448c0b5619857af8e1431703fe15502e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 24 Dec 2016 08:00:47 -0500 Subject: If API access errors, notify the user with a link to the FAQ #415 --- www/templates/invalidapi.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 www/templates/invalidapi.html (limited to 'www/templates/invalidapi.html') diff --git a/www/templates/invalidapi.html b/www/templates/invalidapi.html new file mode 100644 index 00000000..af3a6977 --- /dev/null +++ b/www/templates/invalidapi.html @@ -0,0 +1,30 @@ + + + + + +
+
+
+
+
+ +
+
+ +

{{'kInvalidAPIHeader' | translate}}

+
+

{{'kInvalidAPIBody' | translate}}

+ +

+ + + + +
+
+
+
+
+
-- cgit v1.2.3