Minor tweak: Make the links produced by the top index page end in '/'.
- Legacy-Id: 187
This commit is contained in:
parent
5f4d99a36a
commit
186f3f3043
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue