mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Add target blank
This commit is contained in:
parent
1cfb054d73
commit
3e5228a86f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
||||||
<div class="readonly">
|
<div class="readonly">
|
||||||
{% with total_websites=field.contents|split:", " %}
|
{% with total_websites=field.contents|split:", " %}
|
||||||
{% for website in total_websites %}
|
{% for website in total_websites %}
|
||||||
<a href="{{ website }}" class="padding-top-1 current-website__{{forloop.counter}}">{{ website }}</a>{% if not forloop.last %}, {% endif %}
|
<a href="{{ website }}" target="_blank" class="padding-top-1 current-website__{{forloop.counter}}">{{ website }}</a>{% if not forloop.last %}, {% endif %}
|
||||||
{# Acts as a <br> #}
|
{# Acts as a <br> #}
|
||||||
{% if total_websites|length < 5 %}
|
{% if total_websites|length < 5 %}
|
||||||
<div class="display-block margin-top-1"></div>
|
<div class="display-block margin-top-1"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue