##// END OF EJS Templates
login: show editions in login/register/password-reset boxes.
marcink -
r2819:8640032f default
parent child Browse files
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>
@@ -102,7 +102,9 b''
102 102 </p>
103 103
104 104 ${h.submit('sign_up',_('Create Account'),class_="btn sign-in")}
105
105 <p class="help-block pull-right">
106 RhodeCode ${c.rhodecode_edition}
107 </p>
106 108 ${h.end_form()}
107 109 </div>
108 110 <%block name="below_register_button" />
General Comments 0
You need to be logged in to leave comments. Login now