Removed comment and prepend_www

This commit is contained in:
zandercymatics 2023-08-28 13:57:59 -06:00
parent a7a07c8190
commit 36e00d4020
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -55,20 +55,14 @@ error messages, if necessary.
</div>
{% endif %}
{% if prepend_www or append_gov %}
{% if append_gov %}
<div class="display-flex flex-align-center">
{# ticket #720: https://github.com/cisagov/getgov/issues/720 #}
{% if prepend_www %}
<span class="padding-top-05 padding-right-2px">www.</span>
{% endif %}
{% endif %}
{# this is the input field, itself #}
{% include widget.template_name %}
{% if prepend_www or append_gov %}
{% if append_gov %}
<span class="padding-top-05 padding-left-2px">.gov </span>
{% endif %}
</div>
{% endif %}