Merged in [13554] from rcross@amsl.com:

Several widgets in session request form require javascript.  Prevent usage of page without javascript. Fixes #1767.
 - Legacy-Id: 13578
Note: SVN reference [13554] has been migrated to Git commit 5188bdff6c
This commit is contained in:
Henrik Levkowetz 2017-06-10 07:15:38 +00:00
commit 47b88e052e
2 changed files with 14 additions and 0 deletions

View file

@ -24,6 +24,13 @@
{% block content %}
<noscript>
<div style="position: fixed; top: 0px; left: 0px; z-index: 3000;
height: 100%; width: 100%; background-color: #FFFFFF">
<p style="margin-left: 10px">This page requires JavaScript.</p>
</div>
</noscript>
<div class="module interim-container">
<h2>IETF {{ meeting.number }}: Edit Session Request</h2>
<div class="inline-related">

View file

@ -24,6 +24,13 @@
{% block content %}
<noscript>
<div style="position: fixed; top: 0px; left: 0px; z-index: 3000;
height: 100%; width: 100%; background-color: #FFFFFF">
<p style="margin-left: 10px">This page requires JavaScript.</p>
</div>
</noscript>
<div class="module interim-container">
<h2>IETF {{ meeting.number }}: New Session Request</h2>
<div class="inline-related">