We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4d99a commit 186f3f3Copy full SHA for 186f3f3
2 files changed
ietf/ipr/feeds.py
@@ -22,5 +22,3 @@ def item_author_name(self, item):
22
return item.get_submitter().name or None
23
def item_author_email(self, item):
24
return item.get_submitter().email or None
25
-
26
ietf/templates/apps.html
@@ -7,7 +7,7 @@ <h3>Currently available applications:</h3>
7
8
<ul>
9
{% for app in apps %}
10
- <li><a href="/{{ app }}">{{ app }}</li>
+ <li><a href="/{{ app }}/">{{ app }}</li>
11
{% endfor %}
12
</ul>
13
0 commit comments