login: show editions in login/register/password-reset boxes.

This commit is contained in:
Marcin Kuzminski 2018-06-27 10:59:41 +02:00
parent c9d3ef5134
commit b26e006c69
3 changed files with 10 additions and 3 deletions

View file

@ -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(){

View file

@ -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>

View file

@ -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" />