Files
mattermost/web/templates/verify.html
=Corey Hulen 56e74239d6 first commit
2015-06-14 23:53:32 -08:00

16 lines
291 B
HTML

{{define "verify"}}
<html>
{{template "head" . }}
<body>
<div class="container-fluid">
<div class="row">
<div id="verify"></div>
</div>
</div>
<script>
window.setup_verify_page('{{ .Props.IsVerified }}');
</script>
</body>
</html>
{{end}}