summaryrefslogtreecommitdiffstats
path: root/api/templates/error.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-24 12:04:45 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-24 12:04:45 -0400
commit3bb2e67203c70e494b40b8bea532730bea336d4c (patch)
tree4c364a052b6150701aa261e130b83aa798345497 /api/templates/error.html
parentd5343f997d8d239f09a93a05d8affd8387bb46bc (diff)
downloadchat-3bb2e67203c70e494b40b8bea532730bea336d4c.tar.gz
chat-3bb2e67203c70e494b40b8bea532730bea336d4c.tar.bz2
chat-3bb2e67203c70e494b40b8bea532730bea336d4c.zip
Fixing 404 page props
Diffstat (limited to 'api/templates/error.html')
-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 760578896..6b643556e 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -23,7 +23,7 @@
<div class="error__container">
<div class="error__icon"><i class="fa fa-exclamation-triangle"></i></div>
<h2>{{ .ClientProps.SiteName }} needs your help:</h2>
- <p>{{.Message}}</p>
+ <p>{{ .Props.Message }}</p>
<a href="{{.Props.SiteURL}}">Go back to team site</a>
</div>
</div>