Show More
@@ -73,7 +73,9 b'' | |||
|
73 | 73 | %endif |
|
74 | 74 | |
|
75 | 75 | ${h.submit('sign_in', _('Sign In'), class_="btn sign-in")} |
|
76 | ||
|
76 | <p class="help-block pull-right"> | |
|
77 | RhodeCode ${c.rhodecode_edition} | |
|
78 | </p> | |
|
77 | 79 | ${h.end_form()} |
|
78 | 80 | <script type="text/javascript"> |
|
79 | 81 | $(document).ready(function(){ |
@@ -55,6 +55,7 b'' | |||
|
55 | 55 | <span class="error-message">${errors.get('email')}</span> |
|
56 | 56 | <br /> |
|
57 | 57 | %endif |
|
58 | <p class="help-block">${_('Password reset link will be sent to matching email address')}</p> | |
|
58 | 59 | |
|
59 | 60 | %if captcha_active: |
|
60 | 61 | <div class="login-captcha"> |
@@ -70,7 +71,9 b'' | |||
|
70 | 71 | %endif |
|
71 | 72 | |
|
72 | 73 | ${h.submit('send', _('Send password reset email'), class_="btn sign-in")} |
|
73 | <div class="activation_msg">${_('Password reset link will be sent to matching email address')}</div> | |
|
74 | <p class="help-block pull-right"> | |
|
75 | RhodeCode ${c.rhodecode_edition} | |
|
76 | </p> | |
|
74 | 77 | |
|
75 | 78 | ${h.end_form()} |
|
76 | 79 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now