Remove 'www.'

This commit is contained in:
zandercymatics 2023-08-28 12:29:11 -06:00
parent 25685fb898
commit a0ed174e7a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -57,9 +57,11 @@ error messages, if necessary.
{% if www_gov %} {% if www_gov %}
<div class="display-flex flex-align-center"> <div class="display-flex flex-align-center">
<span class="padding-top-05 padding-right-2px">www.</span> {# Commented out for ticket #720: https://github.com/cisagov/getgov/issues/720 #}
<!--
<span class="padding-top-05 padding-right-2px">www.</span>
-->
{% endif %} {% endif %}
{# this is the input field, itself #} {# this is the input field, itself #}
{% include widget.template_name %} {% include widget.template_name %}