Merge pull request #8848 from scmmishra/noscript-login
feat(ux): added noscript for login page
This commit is contained in:
commit
00acec4ef5
1 changed files with 6 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue