We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd6fd6 commit 1736860Copy full SHA for 1736860
application/templates/components/entity-value/macro.jinja
@@ -82,7 +82,7 @@
82
{%- endif %}
83
{%- elif field == "twitter" %}
84
<a class ="govuk-link" href="https://twitter.com/{{ value }}">@{{ value }}</a>
85
- {%- elif field in ["website","opendatacommunities"] or field.endswith("-url") or field.endswith("-uri")] %}
+ {%- elif field in ["website","opendatacommunities"] or field.endswith("-url") or field.endswith("-uri") %}
86
<a class ="govuk-link" href="{{ value }}">{{ value }}</a>
87
{%- elif field in ["wikipedia"] %}
88
<a class ="govuk-link" href="{{ 'https://en.wikipedia.org/wiki/' + value }}">{{ value }}</a>
0 commit comments