mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Removed comment and prepend_www
This commit is contained in:
parent
a7a07c8190
commit
36e00d4020
1 changed files with 2 additions and 8 deletions
|
@ -55,20 +55,14 @@ error messages, if necessary.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if prepend_www or append_gov %}
|
{% if append_gov %}
|
||||||
<div class="display-flex flex-align-center">
|
<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 %}
|
{% endif %}
|
||||||
{# this is the input field, itself #}
|
{# this is the input field, itself #}
|
||||||
{% include widget.template_name %}
|
{% include widget.template_name %}
|
||||||
|
|
||||||
{% if prepend_www or append_gov %}
|
{% if append_gov %}
|
||||||
{% if append_gov %}
|
|
||||||
<span class="padding-top-05 padding-left-2px">.gov </span>
|
<span class="padding-top-05 padding-left-2px">.gov </span>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue