|
@@ -42,7 +42,7 @@
|
|
|
{%- endif %}
|
|
|
{%- if project.otherWebsites %}
|
|
|
{{ field(_("other websites")) }}
|
|
|
- {% for n, w in project.otherWebsites.iteritems() -%}
|
|
|
+ {% for n, w in project.otherWebsites.items() -%}
|
|
|
<dd>{{ n }}: <a href="{{ w }}">{{ w }}</a></dd>
|
|
|
{%- endfor -%}
|
|
|
{%- endif %}
|