summaryrefslogtreecommitdiffstats
path: root/forum/templates/authopenid/failure.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/templates/authopenid/failure.html')
-rw-r--r--forum/templates/authopenid/failure.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/forum/templates/authopenid/failure.html b/forum/templates/authopenid/failure.html
new file mode 100644
index 00000000..d075d6b0
--- /dev/null
+++ b/forum/templates/authopenid/failure.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<!-- failure.html -->
+<html>
+<head>
+ <title>OpenID failed</title>
+</head>
+<body>
+<h1>OpenID failed</h1>
+
+<p>{{ message|escape }}</p>
+
+</body>
+</html><!-- end failure.html -->