diff --git a/src/registrar/templates/includes/input_with_errors.html b/src/registrar/templates/includes/input_with_errors.html index 2a4420327..2adc08984 100644 --- a/src/registrar/templates/includes/input_with_errors.html +++ b/src/registrar/templates/includes/input_with_errors.html @@ -55,20 +55,14 @@ error messages, if necessary. {% endif %} - {% if prepend_www or append_gov %} + {% if append_gov %}
- {# ticket #720: https://github.com/cisagov/getgov/issues/720 #} - {% if prepend_www %} - www. - {% endif %} {% endif %} {# this is the input field, itself #} {% include widget.template_name %} - {% if prepend_www or append_gov %} - {% if append_gov %} + {% if append_gov %} .gov - {% endif %}
{% endif %}