summaryrefslogtreecommitdiffstats
path: root/web/templates/password_reset.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-27 09:22:27 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-27 09:22:27 -0500
commitf0e6e7de93715f61ef3055efe29ecc35bfefb35d (patch)
treebe81061f6169401a0cae6507d4164da969f4e605 /web/templates/password_reset.html
parente5ed90821e6bb25c27e5627cf289df41cbcb1793 (diff)
parent6fd0f651b94e594dddb00800bf295af7ff42934e (diff)
downloadchat-f0e6e7de93715f61ef3055efe29ecc35bfefb35d.tar.gz
chat-f0e6e7de93715f61ef3055efe29ecc35bfefb35d.tar.bz2
chat-f0e6e7de93715f61ef3055efe29ecc35bfefb35d.zip
Merge pull request #1993 from mattermost/PLT-1586
PLT-1586 adding LDAP/OAuth to iOS
Diffstat (limited to 'web/templates/password_reset.html')
-rw-r--r--web/templates/password_reset.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/web/templates/password_reset.html b/web/templates/password_reset.html
index 7f6335c92..df82285ef 100644
--- a/web/templates/password_reset.html
+++ b/web/templates/password_reset.html
@@ -5,7 +5,21 @@
<body class="white">
<div class="container-fluid">
<div class="inner__wrap">
- <div class="row content" id="reset"></div>
+ <div class="row content">
+ <div class="signup-header">
+ <a href="/{{.Props.TeamName}}">{{.Props.TeamDisplayName}}</a>
+ </div>
+ <div class="col-sm-12">
+ <div class="signup-team__container">
+ <img class="signup-team-logo" src="/static/images/logo.png" />
+ <div id="reset"></div>
+ </div>
+ </div>
+ <div class="footer-push"></div>
+ </div>
+ <div class="row footer">
+ {{template "footer" . }}
+ </div>
</div>
</div>
<script>