Skip to content

Commit 3b3155e

Browse files
committed
Use country code as abbreviation of full name
1 parent 7780d17 commit 3b3155e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefix_finder/frontend/templates/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>{{ org_list.name.en }} <span>({{ org_list.code }})</span></h1>
2020
</div>
2121

2222
<div class="single-sidebar__block single-sidebar--dark">
23-
<p>The code for this list is <br/><code>{{ org_list.code }}</code>. When you can located the organization you wish to identify in this list, you should either:</p>
23+
<p>The code for this list is <br/><code>{{ org_list.code }}</code>. When you have located the organization you wish to identify in this list, you should either:</p>
2424
<p>Enter it in an identifier database field prefixed with <code>{{ org_list.code }}</code>.</p>
2525
<h2>Example</h2>
2626
<pre>
@@ -40,7 +40,7 @@ <h2>Description</h2>
4040
<div class="single-content__block single-meta-info">
4141
<ul class="single-meta-info__categories single-categories">
4242
<li class="single-categories__item single-categories--coverage">
43-
<p>Coverage: {% for x in org_list.coverage %}<span>{{ x }}{% if not forloop.last %},{% endif %} </span>{% endfor %}</p>
43+
<p>Coverage: {% for x in org_list.coverage %}<span><abbr title="{% for key, value in lookups %}{% if key == x %}{{ value }}{% endif %}{% endfor %}">{{ x }}</abbr>{% if not forloop.last %},{% endif %} </span>{% endfor %}</p>
4444
</li>
4545

4646
{% if org_list.sector %}

0 commit comments

Comments
 (0)