summaryrefslogtreecommitdiffstats
path: root/web/templates/signup_team.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/signup_team.html')
-rw-r--r--web/templates/signup_team.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
deleted file mode 100644
index afba58066..000000000
--- a/web/templates/signup_team.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{{define "signup_team"}}
-<!DOCTYPE html>
-<html>
-{{template "head" . }}
-<body class="white">
- <div class="container-fluid">
- <div class="inner__wrap">
- <div class="row content">
- <div class="col-sm-12">
- <div class="signup-team__container">
- <img class="signup-team-logo" src="/static/images/logo.png" />
- <h1>{{ .ClientCfg.SiteName }}</h1>
- <h4 class="color--light">{{.Props.Info}}</h4>
- <div id="signup-team"></div>
- </div>
- </div>
- <div class="footer-push"></div>
- </div>
- <div class="row footer">
- {{template "footer" . }}
- </div>
- </div>
- </div>
- <script>
-window.setup_signup_team_page({{ .Props }});
- </script>
-</body>
-</html>
-{{end}}