##// 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 %endif
73 %endif
74
74
75 ${h.submit('sign_in', _('Sign In'), class_="btn sign-in")}
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 ${h.end_form()}
79 ${h.end_form()}
78 <script type="text/javascript">
80 <script type="text/javascript">
79 $(document).ready(function(){
81 $(document).ready(function(){
@@ -55,6 +55,7 b''
55 <span class="error-message">${errors.get('email')}</span>
55 <span class="error-message">${errors.get('email')}</span>
56 <br />
56 <br />
57 %endif
57 %endif
58 <p class="help-block">${_('Password reset link will be sent to matching email address')}</p>
58
59
59 %if captcha_active:
60 %if captcha_active:
60 <div class="login-captcha">
61 <div class="login-captcha">
@@ -70,7 +71,9 b''
70 %endif
71 %endif
71
72
72 ${h.submit('send', _('Send password reset email'), class_="btn sign-in")}
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 ${h.end_form()}
78 ${h.end_form()}
76 </div>
79 </div>
@@ -102,7 +102,9 b''
102 </p>
102 </p>
103
103
104 ${h.submit('sign_up',_('Create Account'),class_="btn sign-in")}
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 ${h.end_form()}
108 ${h.end_form()}
107 </div>
109 </div>
108 <%block name="below_register_button" />
110 <%block name="below_register_button" />
General Comments 0
You need to be logged in to leave comments. Login now