summaryrefslogtreecommitdiffstats
path: root/web/templates/verify.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
commitea3f25924ea64a2dd1e73624c0d30824e1efb240 (patch)
treea4a2b2bdc37bd675fb89837713995ad44a27427b /web/templates/verify.html
parent397ebec88c2db3569efd77238bf877e976492d34 (diff)
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.gz
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.bz2
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.zip
Merge branch 'master' into PLT-2115
Diffstat (limited to 'web/templates/verify.html')
-rw-r--r--web/templates/verify.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/web/templates/verify.html b/web/templates/verify.html
deleted file mode 100644
index 2e5496d7a..000000000
--- a/web/templates/verify.html
+++ /dev/null
@@ -1,30 +0,0 @@
-{{define "verify"}}
-<!DOCTYPE html>
-<html>
- {{template "head" . }}
- <body class="white">
- <div class="container-fluid">
- <div class="inner__wrap">
- <div class="row content">
- <div class="signup-header">
- <a href="/{{.Props.TeamName}}"><span class='fa fa-chevron-left'></span>{{ .ClientCfg.HeaderBack }}</a>
- </div>
- <div class="col-sm-12">
- <div class="signup-team__container">
- <img class="signup-team-logo" src="/static/images/logo.png" />
- <div id="verify"></div>
- </div>
- </div>
- <div class="footer-push"></div>
- </div>
- <div class="row footer">
- {{template "footer" . }}
- </div>
- </div>
- </div>
- <script>
- window.setupVerifyPage({{ .Props }});
- </script>
- </body>
-</html>
-{{end}}