Minor tweak: Make the links produced by the top index page end in '/'.

- Legacy-Id: 187
This commit is contained in:
Henrik Levkowetz 2007-05-31 09:14:49 +00:00
parent 5f4d99a36a
commit 186f3f3043
2 changed files with 1 additions and 3 deletions

View file

@ -22,5 +22,3 @@ class LatestIprDisclosures(Feed):
return item.get_submitter().name or None return item.get_submitter().name or None
def item_author_email(self, item): def item_author_email(self, item):
return item.get_submitter().email or None return item.get_submitter().email or None

View file

@ -7,7 +7,7 @@
<ul> <ul>
{% for app in apps %} {% for app in apps %}
<li><a href="/{{ app }}">{{ app }}</li> <li><a href="/{{ app }}/">{{ app }}</li>
{% endfor %} {% endfor %}
</ul> </ul>