From 36e00d4020e541d0be58e9c15b3d9430946a6eb2 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:57:59 -0600 Subject: [PATCH] Removed comment and prepend_www --- .../templates/includes/input_with_errors.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 %}