We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649ac37 commit 3f9a471Copy full SHA for 3f9a471
1 file changed
ietf/templates/idtracker/ballotinfo_detail.html
@@ -13,7 +13,7 @@
13
--------
14
15
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 -->
+https://datatracker.ietf.org{% url ietf.idtracker.views.view_ballot object.ballot %} <!-- FIXME: hardcoded URL -->
17
{% if object.drafts.all.0.draft.lc_expiration_date %}
18
Last Call to expire on: {{ object.drafts.all.0.draft.lc_expiration_date|escape }}
19
{% endif %}
0 commit comments