Merge pull request #8848 from scmmishra/noscript-login

feat(ux): added noscript for login page
This commit is contained in:
mergify[bot] 2019-11-19 10:27:53 +00:00 committed by GitHub
commit 00acec4ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,12 @@
{% block page_content %}
<!-- {{ for_test }} -->
<div style='min-height: 360px'>
<noscript>
<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>") }}
</div>
</noscript>
<section class='for-login'>
<div class="login-content page-card" style="margin-top: 30px;">
<form class="form-signin form-login" role="form">