Chase model change: area_acronym -> area
- Legacy-Id: 519
This commit is contained in:
parent
e407114073
commit
bd0bb1e749
|
@ -64,7 +64,7 @@ page.</p>
|
||||||
<td><a href="{{ list.list_url|add_scheme }}">{% firstof list.list_name list.list_url %}</a></td>
|
<td><a href="{{ list.list_url|add_scheme }}">{% firstof list.list_name list.list_url %}</a></td>
|
||||||
<td>{{ list.admin|make_one_per_line }}</td>
|
<td>{{ list.admin|make_one_per_line }}</td>
|
||||||
<td>{{ list.purpose|truncatewords:"20"|escape }}</td>
|
<td>{{ list.purpose|truncatewords:"20"|escape }}</td>
|
||||||
<td>{{ list.area_acronym }}</td>
|
<td>{{ list.area }}</td>
|
||||||
<td>{% if list.subscribe_url %}
|
<td>{% if list.subscribe_url %}
|
||||||
{# There are lots of non-urls in the database #}
|
{# There are lots of non-urls in the database #}
|
||||||
{{ list.subscribe_url|link_if_url }}</a>
|
{{ list.subscribe_url|link_if_url }}</a>
|
||||||
|
|
Loading…
Reference in a new issue