summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-29 08:24:35 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-29 08:24:35 -0500
commit1009e9f7450834493f260a841a6cd0045382143d (patch)
treef8e9f332c034c6d1a73a5bcb1e34bb0380a114cf /web/templates
parent761488b74588dc77601b961944d415a2391c1c1f (diff)
parentbaa499d97b3ae6eca7f3f8d5af01ed129a4bd847 (diff)
downloadchat-1009e9f7450834493f260a841a6cd0045382143d.tar.gz
chat-1009e9f7450834493f260a841a6cd0045382143d.tar.bz2
chat-1009e9f7450834493f260a841a6cd0045382143d.zip
Merge pull request #2015 from ZBoxApp/PLT-7-pages
PLT-7: Refactoring frontend (chunk 4)
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/find_team.html2
-rw-r--r--web/templates/signup_team.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/find_team.html b/web/templates/find_team.html
index d32ea0dc8..15b8bf463 100644
--- a/web/templates/find_team.html
+++ b/web/templates/find_team.html
@@ -23,7 +23,7 @@
</div>
</div>
<script>
- window.setup_find_team_page();
+ window.setup_find_team_page({{ .Props }});
</script>
</body>
</html>
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index 39fd3791b..afba58066 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -10,7 +10,7 @@
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
<h1>{{ .ClientCfg.SiteName }}</h1>
- <h4 class="color--light">All team communication in one place, searchable and accessible anywhere</h4>
+ <h4 class="color--light">{{.Props.Info}}</h4>
<div id="signup-team"></div>
</div>
</div>