diff --git a/opentech/apply/funds/templates/funds/application_base.html b/opentech/apply/funds/templates/funds/application_base.html index 45675101c5a9fa1dcfac986ab4c389fd89578093..72493e2cbded24775f1618292c5c9509ff22c675 100644 --- a/opentech/apply/funds/templates/funds/application_base.html +++ b/opentech/apply/funds/templates/funds/application_base.html @@ -26,7 +26,7 @@ {# the page has no open rounds and we arent on a round page #} <h3>{% blocktrans %}Sorry this {{ page|verbose_name }} is not accepting applications at the moment{% endblocktrans %}</h3> {% else%} - <p class="wrapper--error message-no-js">You must have Javascript enabled to use this contact form.</p> + <p class="wrapper--error message-no-js js-hidden">You must have Javascript enabled to use this form.</p> <form class="form application-form" action="/test500/" method="POST" enctype="multipart/form-data"> {{ form.media }} {% csrf_token %} diff --git a/opentech/public/forms/templates/public_forms/form_page.html b/opentech/public/forms/templates/public_forms/form_page.html index c50641870c1d52c7932a6b843e52c1c62c9bc069..4467e849dc2b608081273d10dfbd90c3dc14cccd 100644 --- a/opentech/public/forms/templates/public_forms/form_page.html +++ b/opentech/public/forms/templates/public_forms/form_page.html @@ -5,7 +5,7 @@ <div class="wrapper wrapper--medium wrapper--light-grey-bg wrapper--form"> <h1>{{ page.title }}</h1> {{ page.intro|richtext }} - <p class="wrapper--error message-no-js">You must have Javascript enabled to use this contact form.</p> + <p class="wrapper--error message-no-js js-hidden">You must have Javascript enabled to use this form.</p> <form class="form wagtail-form" action="#" data-pageurl="{% pageurl page %}" method="post" enctype="multipart/form-data"> {% csrf_token %} {{ form.media }}