Several widgets in session request form require javascript. Prevent usage of page without javascript. Fixes #1767. Commit ready for merge.
- Legacy-Id: 13554
This commit is contained in:
parent
1158a4d780
commit
5188bdff6c
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue