We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407114 commit bd0bb1eCopy full SHA for bd0bb1e
1 file changed
ietf/templates/mailinglists/nonwgmailinglist_list.html
@@ -64,7 +64,7 @@
64
<td><a href="{{ list.list_url|add_scheme }}">{% firstof list.list_name list.list_url %}</a></td>
65
<td>{{ list.admin|make_one_per_line }}</td>
66
<td>{{ list.purpose|truncatewords:"20"|escape }}</td>
67
-<td>{{ list.area_acronym }}</td>
+<td>{{ list.area }}</td>
68
<td>{% if list.subscribe_url %}
69
{# There are lots of non-urls in the database #}
70
{{ list.subscribe_url|link_if_url }}</a>
0 commit comments