You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>There were errors in the submitted form -- see below. Please correct these and resubmit.</p>
22
+
</div>
23
+
{% endif %}
24
+
25
+
{% bootstrap_form_errors form %}
26
+
14
27
<noscriptclass="js-info">
15
-
This page depends on Javascript being enabled to work properly. Please enable Javascript and reload the page.
28
+
This page depends on Javascript being enabled to work properly. Please enable Javascript and reload the page.
16
29
</noscript>
17
30
18
31
{% if not liaison %}
19
-
<ul>
20
-
<li>If you wish to submit your liaison statement by e-mail, then please send it to <ahref="mailto:statements@ietf.org">statements@ietf.org</a></li>
21
-
<li>Fields marked with <spanclass="fieldRequired">*</span> are required. For detailed descriptions of the fields see <ahref="/liaison/help/fields/">Field help</a></li>
22
-
</ul>
32
+
<pclass="help-block">If you wish to submit your liaison statement by e-mail, then please send it to <ahref="mailto:statements@ietf.org">statements@ietf.org</a></p>
33
+
34
+
<pclass="help-block">Fields marked with <labelclass="required"></label> are required. For detailed descriptions of the fields see the <ahref="{% url "liaisons_field_help" %}">field help</a>.</p>
23
35
{% endif %}
24
36
25
-
{# Replace the form expansion with an include as a temporary workaround for missing CSRF tokens #}
0 commit comments