parent
dad6332923
commit
5f78eda82f
|
@ -10,6 +10,15 @@
|
|||
{% block content %}
|
||||
<h1>{% if liaison %}Edit liaison: {{ liaison }}{% else %}Send Liaison Statement{% endif %}</h1>
|
||||
|
||||
<div class="js-info">
|
||||
Your browser has Javascript disabled. Please enable javascript and reload the page.
|
||||
<script type="text/javascript">
|
||||
(function ($) {
|
||||
$(".js-info").hide();
|
||||
})(jQuery);
|
||||
</script>
|
||||
</div>
|
||||
|
||||
{% if not liaison %}
|
||||
<ul>
|
||||
<li>If you wish to submit your liaison statement by e-mail, then please send it to <a href="mailto:statements@ietf.org">statements@ietf.org</a></li>
|
||||
|
|
|
@ -86,3 +86,10 @@ span.fieldRequired {
|
|||
list-style: none;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.js-info {
|
||||
border: 1px dashed red;
|
||||
padding: 1em 2em;
|
||||
font-size: 1.2em;
|
||||
background-color: #ffdd88;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue