From 984524b507141004fd3ea81672d4213e8b78d4a4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 1 Aug 2015 18:14:50 +0000 Subject: [PATCH] Changed additional direct static references to use the static template tag. - Legacy-Id: 9955 --- ietf/secr/templates/drafts/edit.html | 4 ++-- ietf/secr/templates/sreq/edit.html | 4 ++-- ietf/secr/templates/sreq/new.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ietf/secr/templates/drafts/edit.html b/ietf/secr/templates/drafts/edit.html index bd1990fb4..4cac51503 100644 --- a/ietf/secr/templates/drafts/edit.html +++ b/ietf/secr/templates/drafts/edit.html @@ -8,8 +8,8 @@ - - + + {% endblock %} diff --git a/ietf/secr/templates/sreq/edit.html b/ietf/secr/templates/sreq/edit.html index ff2ea6afe..655165ec2 100755 --- a/ietf/secr/templates/sreq/edit.html +++ b/ietf/secr/templates/sreq/edit.html @@ -6,8 +6,8 @@ - - + + {% endblock %} diff --git a/ietf/secr/templates/sreq/new.html b/ietf/secr/templates/sreq/new.html index 1bf64efdf..2ad8b16fe 100755 --- a/ietf/secr/templates/sreq/new.html +++ b/ietf/secr/templates/sreq/new.html @@ -7,8 +7,8 @@ - - + + {% endblock %}