summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-24 15:15:06 -0700
committerCorey Hulen <corey@hulen.com>2015-08-24 15:15:06 -0700
commitb76b3141535325b97a320206e3b9367cbbb27ec8 (patch)
tree678a82da94af12422ee64155ecbb1bd1333a30de
parent415ea0b5028ee4f26dd4301416459b1c6010b9bb (diff)
parent291c3b8b3d8cd253df02099156a2505a420f940c (diff)
downloadchat-b76b3141535325b97a320206e3b9367cbbb27ec8.tar.gz
chat-b76b3141535325b97a320206e3b9367cbbb27ec8.tar.bz2
chat-b76b3141535325b97a320206e3b9367cbbb27ec8.zip
Merge pull request #463 from mattermost/mm-1991
Fixes mm-1991 Allow ability to white label
-rw-r--r--web/templates/signup_team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index 313ed9d5f..b896dedf5 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -9,7 +9,7 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h1>Mattermost</h1>
+ <h1>{{ .SiteName }}</h1>
<h4 class="color--light">All team communication in one place, searchable and accessible anywhere</h4>
<div id="signup-team"></div>
</div>