Skip to content

Commit 3f9a471

Browse files
committed
Tweak to the template -- removing superfluous slashes
- Legacy-Id: 538
1 parent 649ac37 commit 3f9a471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idtracker/ballotinfo_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--------
1414

1515
Evaluation for{% for id in object.drafts.all %} {{ id.draft.filename }}-{{ id.draft.revision }}.txt {% endfor %}can be found at
16-
https://datatracker.ietf.org/{% url ietf.idtracker.views.view_ballot object.ballot %}/ <!-- FIXME: hardcoded URL -->
16+
https://datatracker.ietf.org{% url ietf.idtracker.views.view_ballot object.ballot %} <!-- FIXME: hardcoded URL -->
1717
{% if object.drafts.all.0.draft.lc_expiration_date %}
1818
Last Call to expire on: {{ object.drafts.all.0.draft.lc_expiration_date|escape }}
1919
{% endif %}

0 commit comments

Comments
 (0)