Skip to content

Commit 1ef2450

Browse files
committed
Changed to use doc.canonical_name instead of doc.name when computing the cache key for htmlized documents in order to trigger a new generation when a draft goes to RFC.
- Legacy-Id: 13170
1 parent 1fa17b4 commit 1ef2450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{% endcomment %}
5353

5454
{% with 1209600 as two_weeks %}
55-
{% cache two_weeks htmlized doc.name doc.rev using="htmlized" %}
55+
{% cache two_weeks htmlized doc.canonical_name doc.rev using="htmlized" %}
5656
<div>
5757
{{ doc.htmlized|default:"Generation of htmlized text failed"|safe }}
5858
</div>

0 commit comments

Comments
 (0)