Skip to content

Commit f8bedea

Browse files
committed
Don't use .draft as an accessor, use .document. I found this while
investigating ticket adamlaska#218, and while it's not the cause it's worth fixing anyway. - Legacy-Id: 909
1 parent 431c4cf commit f8bedea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idtracker/idinternal_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
{% if object.rfc_flag %}
161161
{% else %}
162162
{% ifequal object.cur_state.state "RFC Ed Queue" %}
163-
<a href="http://www.rfc-editor.org/queue.html#{{ object.draft.filename }}">
163+
<a href="http://www.rfc-editor.org/queue.html#{{ object.document.filename }}">
164164
[RFC Editor State]</a>
165165
{% endifequal %}
166166
{% endif %}

0 commit comments

Comments
 (0)