diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 1dd5d2fb4..95dd39238 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -314,7 +314,7 @@ pre { /* misc pages */ #dbtemplate-edit textarea { - font-family: monospace; + font-family: "PT Mono", monospace, "Courier"; } .liaison-group-col { @@ -326,6 +326,10 @@ pre { min-width: 5em; } +#charter-form textarea { + font-family: "PT Mono", monospace, "Courier"; +} + #ipr-details dl.dl-horizontal dt { white-space: normal; } diff --git a/ietf/templates/doc/charter/submit.html b/ietf/templates/doc/charter/submit.html index 422fdb703..000076d08 100644 --- a/ietf/templates/doc/charter/submit.html +++ b/ietf/templates/doc/charter/submit.html @@ -82,7 +82,7 @@

The text will be submitted as {{ name }}-{{ next_rev }}.

-
+ {% csrf_token %} {% bootstrap_form form %}