Skip to content

Commit 186f3f3

Browse files
committed
Minor tweak: Make the links produced by the top index page end in '/'.
- Legacy-Id: 187
1 parent 5f4d99a commit 186f3f3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/ipr/feeds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ def item_author_name(self, item):
2222
return item.get_submitter().name or None
2323
def item_author_email(self, item):
2424
return item.get_submitter().email or None
25-
26-

ietf/templates/apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3>Currently available applications:</h3>
77

88
<ul>
99
{% for app in apps %}
10-
<li><a href="/{{ app }}">{{ app }}</li>
10+
<li><a href="/{{ app }}/">{{ app }}</li>
1111
{% endfor %}
1212
</ul>
1313

0 commit comments

Comments
 (0)