From 00f3f01e7ea4c443522be06efa7b50f99f4dd05c Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 12 May 2023 18:52:35 -0300 Subject: [PATCH] fix: {% endif %}, not {% end %} --- ietf/templates/doc/document_referenced_by.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/document_referenced_by.html b/ietf/templates/doc/document_referenced_by.html index 3557ecf56..958108bdd 100644 --- a/ietf/templates/doc/document_referenced_by.html +++ b/ietf/templates/doc/document_referenced_by.html @@ -72,7 +72,7 @@ {% with ref.source.intended_std_level as lvl %} {% if lvl %}{{ lvl }}{% endif %} {% endwith %} - {% end %} + {% endif %} {{ ref.relationship.name }} {{ ref.is_downref|default:'' }}