summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 12:08:26 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 12:08:26 -0700
commitc2829b24e43612a260433be957a2a3b19f3c9f70 (patch)
tree47024c6a73d53b7288b7286046db4694ebaeabcd /api/templates
parent986aeae7cebc72480e56ff864f1d8e74608b875f (diff)
downloadchat-c2829b24e43612a260433be957a2a3b19f3c9f70.tar.gz
chat-c2829b24e43612a260433be957a2a3b19f3c9f70.tar.bz2
chat-c2829b24e43612a260433be957a2a3b19f3c9f70.zip
PLT-23 error.html pulls files from static
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index ba862c91c..760578896 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -1,9 +1,9 @@
<html>
<head>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <title>{{ .ClientProps.SiteName }} - Error</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+ <title>{{ .ClientProps.SiteName }} - Error</title>
- <link rel="stylesheet" href="/static/css/bootstrap-3.3.5.min.css">
+ <link rel="stylesheet" href="/static/css/bootstrap-3.3.5.min.css">
<link rel="stylesheet" href="/static/css/jasny-bootstrap.min.css" rel="stylesheet">
<script src="/static/js/react-with-addons-0.13.3.min.js"></script>