@ -6,7 +6,7 @@
< label class = "form-label sr-only" for = "login_email" > {{ login_label or _("Email")}}< / label >
< div class = "email-field" >
< input type = "text" id = "login_email" class = "form-control"
placeholder="{% if login_name_placeholder %}{{ login_name_placeholder }}{% else %}{{ _('jane @example.com') }}{% endif %}"
placeholder="{% if login_name_placeholder %}{{ login_name_placeholder }}{% else %}{{ _('Username / user @example.com') }}{% endif %}"
required autofocus>
< svg class = "field-icon email-icon" width = "20" height = "20" viewBox = "0 0 20 20" fill = "none"
@ -39,11 +39,22 @@
< div class = "form-group" >
< label class = "form-label sr-only" for = "login_captcha" > {{ _("Captcha") }}< / label >
< div class = "password-field" >
< div class = "field-icon captcha-txt" style = "width:30%" > < span id = "capRandomNum1" > < / span > + < span id = capRandomNum2 > < / span > < / div >
< input type = "text" id = "login_captcha" class = "form-control txt-input-captcha" placeholder = "Enter Captcha" required >
< input type = "text" id = "login_captcha" class = "form-control txt-input-captcha" style = "width:100%; right:15%"
placeholder="Enter Captcha" required>
< svg class = "field-icon password-icon" xmlns = "http://www.w3.org/2000/svg" width = "20" height = "16.08"
viewBox="0 0 15.42 16.08">
< g id = "Group_73" data-name = "Group 73" transform = "translate(12098 -9453.67)" >
< rect id = "Rectangle_45" data-name = "Rectangle 45" width = "15.42" height = "16.08"
transform="translate(-12098 9453.67)" fill="none" />
< path id = "settings_backup_restore_FILL0_wght400_GRAD0_opsz48"
d="M13.71,15.316a1.609,1.609,0,1,1,1.135-.471A1.547,1.547,0,0,1,13.71,15.316Zm0,6.1A7.417,7.417,0,0,1,8.249,19.16,7.471,7.471,0,0,1,6,13.689H7.285A6.231,6.231,0,0,0,9.159,18.25a6.178,6.178,0,0,0,4.551,1.885,6.4,6.4,0,0,0,6.425-6.425A6.4,6.4,0,0,0,13.71,7.285a6.011,6.011,0,0,0-2.763.653A7.365,7.365,0,0,0,8.7,9.705h2.227V10.99H6.471V6.535H7.756v2.27a8.089,8.089,0,0,1,2.677-2.067,7.676,7.676,0,0,1,6.286-.128A7.746,7.746,0,0,1,20.81,10.7a7.722,7.722,0,0,1,0,6.018,7.746,7.746,0,0,1-4.091,4.091A7.459,7.459,0,0,1,13.71,21.42Z"
transform="translate(-12104 9448)" fill="#74808b" />
< / g >
< / svg >
< span class = "login-captcha-refresh text-muted" onclick = "captchaNumGen()" > {{ _('Refresh') }}< / span >
< / div >
< / div >
< div class = "form-group" style = "width:100%" > < span id = "capRandomNum1" alt = "captcha" > < / span > < / div >
<!-- <p class="forgot - password - message"> -->
<!-- <a href="#forgot">{{ _("Forgot Password?") }}</a></p> -->
< / div >
@ -77,7 +88,9 @@
< div class = "text-center my-5" >
< h4 > {{ _("Javascript is disabled on your browser") }}< / h4 >
< p class = "text-muted" >
{{ _("You need to enable JavaScript for your app to work.") }}< br > {{ _("To enable it follow the instructions in the following link: {0}").format("< a href = 'https://enable-javascript.com/' > enable-javascript.com< / a > < / p > ") }}
{{ _("You need to enable JavaScript for your app to work.") }}< br > {{ _("To enable it follow the
instructions in the following link: {0}").format("< a
href='https://enable-javascript.com/'>enable-javascript.com< / a > < / p > ") }}
< / div >
< / noscript >
< section class = 'for-login' >
@ -101,8 +114,7 @@
< p class = "text-muted login-divider" > {{ _("or") }}< / p >
< / div >
< / div >
< a href = "#email"
class="btn btn-block btn-default btn-sm btn-login-option">
< a href = "#email" class = "btn btn-block btn-default btn-sm btn-login-option" >
{{ _("Login With Email") }}< / a >
< / div >
{% else %}
@ -152,8 +164,8 @@
< / div >
< / div >
< div class = "page-card-actions" >
< button class = "btn btn-sm btn-primary btn-block btn-signup"
type="submit">{{ _("Sign up") }}< / button >
< button class = "btn btn-sm btn-primary btn-block btn-signup" type = "submit" > {{ _("Sign up")
}}< / button >
< p class = "text-center sign-up-message" >
< a href = "#login" class = "blue" > {{ _("Have an account? Login") }}< / a >
@ -163,7 +175,8 @@
{%- else -%}
< div class = 'page-card-head mb-2' >
< span class = 'indicator gray' > {{_("Signup Disabled")}}< / span >
< p class = "text-muted text-normal sign-up-message mt-1 mb-8" > {{_("Signups have been disabled for this website.")}}< / p >
< p class = "text-muted text-normal sign-up-message mt-1 mb-8" > {{_("Signups have been disabled for this
website.")}}< / p >
< div > < a href = '/' class = 'btn btn-primary btn-md' > {{ _("Home") }}< / a > < / div >
< / div >
{%- endif -%}
@ -194,8 +207,8 @@
< / div >
< / div >
< div class = "page-card-actions" >
< button class = "btn btn-sm btn-primary btn-block btn-forgot"
type="submit">{{ _("Reset Password") }}< / button >
< button class = "btn btn-sm btn-primary btn-block btn-forgot" type = "submit" > {{ _("Reset Password")
}}< / button >
< p class = "text-center sign-up-message" >
< a href = "#login" > {{ _("Back to Login") }}< / a >
< / p >