You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a suggestion to fix the country name when submitting a draft in
case we can't parse it and it's not empty, add page with list of
countries (to be able to refer people to it), add ISO codes as country
aliases - the country alias code is now more intelligent with respect
to case so it's easier to keep these aliases explicitly
- Legacy-Id: 12862
{% if author.cleaned_country and author.country != author.cleaned_country %}
218
+
(understood to be {{ author.cleaned_country }})
219
+
{% endif %}
220
+
{% else %}
221
+
<i>unknown country</i>
222
+
{% endif %}
223
+
224
+
{% if author.country and not author.cleaned_country %}
225
+
<br>
226
+
<bclass="text-warning">Unrecognized country: "{{ author.country }}"</b>: Please use a <ahref="{% url "ietf.stats.views.known_countries_list" %}">recognized country name</a>.
0 commit comments