summaryrefslogtreecommitdiffstats
path: root/api/context.go
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-28 13:28:18 -0700
committernickago <ngonella@calpoly.edu>2015-07-31 07:57:22 -0700
commitbc48281f7aedabf5cb830a02b5e081b6554115cf (patch)
treea9ee70af5092bb562d8db20098f7ffcea0b0443e /api/context.go
parent144caab578b7f8ba5a59f7acfd2973518eb921ef (diff)
downloadchat-bc48281f7aedabf5cb830a02b5e081b6554115cf.tar.gz
chat-bc48281f7aedabf5cb830a02b5e081b6554115cf.tar.bz2
chat-bc48281f7aedabf5cb830a02b5e081b6554115cf.zip
Changed all templates to use site url instead of team url for finding the 'static' directory
Diffstat (limited to 'api/context.go')
-rw-r--r--api/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/context.go b/api/context.go
index 16da0a6eb..e3f279e90 100644
--- a/api/context.go
+++ b/api/context.go
@@ -32,7 +32,7 @@ type Page struct {
Title string
SiteName string
FeedbackEmail string
- TeamURL string
+ SiteURL string
Props map[string]string
}