summaryrefslogtreecommitdiffstats
path: root/api/templates/error.html
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-25 11:06:11 -0700
committernickago <ngonella@calpoly.edu>2015-08-25 11:06:11 -0700
commit6ac39ef687238def1a7175e52bba67d388a70564 (patch)
tree14a1963f71b18efcb67d47c1f6f9567043240a33 /api/templates/error.html
parent70da0dbec6ed35cfc3196d50db4209378549fd92 (diff)
downloadchat-6ac39ef687238def1a7175e52bba67d388a70564.tar.gz
chat-6ac39ef687238def1a7175e52bba67d388a70564.tar.bz2
chat-6ac39ef687238def1a7175e52bba67d388a70564.zip
Added a link to error page that returns users to the root page
Diffstat (limited to 'api/templates/error.html')
-rw-r--r--api/templates/error.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index f38bb81a1..3474c9e1e 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -14,6 +14,7 @@
<div class="error__icon"><i class="fa fa-exclamation-triangle"></i></div>
<h2>{{ .SiteName }} needs your help:</h2>
<p>{{.Message}}</p>
+ <a href="{{.SiteURL}}">Go back to team site</a>
</div>
</div>
</body>