login: show editions in login/register/password-reset boxes.
This commit is contained in:
parent
c9d3ef5134
commit
b26e006c69
3 changed files with 10 additions and 3 deletions
|
|
@ -73,7 +73,9 @@
|
|||
%endif
|
||||
|
||||
${h.submit('sign_in', _('Sign In'), class_="btn sign-in")}
|
||||
|
||||
<p class="help-block pull-right">
|
||||
RhodeCode ${c.rhodecode_edition}
|
||||
</p>
|
||||
${h.end_form()}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
<span class="error-message">${errors.get('email')}</span>
|
||||
<br />
|
||||
%endif
|
||||
<p class="help-block">${_('Password reset link will be sent to matching email address')}</p>
|
||||
|
||||
%if captcha_active:
|
||||
<div class="login-captcha">
|
||||
|
|
@ -70,7 +71,9 @@
|
|||
%endif
|
||||
|
||||
${h.submit('send', _('Send password reset email'), class_="btn sign-in")}
|
||||
<div class="activation_msg">${_('Password reset link will be sent to matching email address')}</div>
|
||||
<p class="help-block pull-right">
|
||||
RhodeCode ${c.rhodecode_edition}
|
||||
</p>
|
||||
|
||||
${h.end_form()}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,9 @@
|
|||
</p>
|
||||
|
||||
${h.submit('sign_up',_('Create Account'),class_="btn sign-in")}
|
||||
|
||||
<p class="help-block pull-right">
|
||||
RhodeCode ${c.rhodecode_edition}
|
||||
</p>
|
||||
${h.end_form()}
|
||||
</div>
|
||||
<%block name="below_register_button" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue