Skip to content

Commit

Permalink
Several widgets in session request form require javascript. Prevent u…
Browse files Browse the repository at this point in the history
…sage of page without javascript. Fixes #1767. Commit ready for merge.

 - Legacy-Id: 13554
  • Loading branch information
rpcross committed Jun 6, 2017
1 parent 1158a4d commit 5188bdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ietf/secr/templates/sreq/edit.html
Expand Up @@ -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">
Expand Down
7 changes: 7 additions & 0 deletions ietf/secr/templates/sreq/new.html
Expand Up @@ -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">
Expand Down

0 comments on commit 5188bdf

Please sign in to comment.