Browse Source

Manual 2to3 on pseudo-HTML file.

pitchum 7 years ago
parent
commit
2120d3f8b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffdnispdb/templates/project_detail.html

+ 1 - 1
ffdnispdb/templates/project_detail.html

@@ -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 %}