summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-10 19:45:34 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-11 23:31:40 +0500
commitefd2ed908de2d79c49d2adb8179dc70ba2383555 (patch)
tree53d2710f023b5405cbb4cd18578954f14b9df76b /api/templates
parent4ffbd3642ed8ad7961218845c7c89108c26a2737 (diff)
downloadchat-efd2ed908de2d79c49d2adb8179dc70ba2383555.tar.gz
chat-efd2ed908de2d79c49d2adb8179dc70ba2383555.tar.bz2
chat-efd2ed908de2d79c49d2adb8179dc70ba2383555.zip
Adding back button for login pages
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index 2b6211be2..2f588aead 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <title>{{ .ClientCfg.SiteName }} - Error</title>
+ <title><span class='fa fa-chevron-left'></span>Back - Error</title>
<link rel="stylesheet" href="/static/css/bootstrap-3.3.5.min.css">
<link rel="stylesheet" href="/static/css/jasny-bootstrap.min.css" rel="stylesheet">