From 8affebe2a07c55b7d6f98eb52bb12d6c67699462 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 10 Nov 2018 20:36:43 +0000 Subject: [PATCH] Fixed the placement of {% origin %} in some templates. - Legacy-Id: 15748 --- ietf/templates/nomcom/private_key.html | 2 +- ietf/templates/nomcom/private_questionnaire.html | 4 ++-- ietf/templates/nomcom/view_feedback_nominee.html | 4 ++-- ietf/templates/nomcom/view_feedback_topic.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ietf/templates/nomcom/private_key.html b/ietf/templates/nomcom/private_key.html index f5391c0e7..16b622430 100644 --- a/ietf/templates/nomcom/private_key.html +++ b/ietf/templates/nomcom/private_key.html @@ -1,6 +1,6 @@ {% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} -{% load origin %}{% origin %} +{% load origin %} {% load bootstrap3 %} diff --git a/ietf/templates/nomcom/private_questionnaire.html b/ietf/templates/nomcom/private_questionnaire.html index cb70e4221..f8a5eed18 100644 --- a/ietf/templates/nomcom/private_questionnaire.html +++ b/ietf/templates/nomcom/private_questionnaire.html @@ -1,6 +1,6 @@ {% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} -{% load origin %}{% origin %} +{% load origin %} {% load bootstrap3 %} {% load nomcom_tags %} @@ -8,7 +8,7 @@ {% block subtitle %} - Quesionnaire Response{% endblock %} {% block nomcom_content %} - + {% origin %} {% if form %} {% if questionnaire_response %}

Questionnaire response

diff --git a/ietf/templates/nomcom/view_feedback_nominee.html b/ietf/templates/nomcom/view_feedback_nominee.html index 136237475..823f7f42d 100644 --- a/ietf/templates/nomcom/view_feedback_nominee.html +++ b/ietf/templates/nomcom/view_feedback_nominee.html @@ -1,13 +1,13 @@ {% extends "nomcom/nomcom_private_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} -{% load origin %}{% origin %} +{% load origin %} {% load nomcom_tags %} {% block subtitle %} - View feedback about {{ nominee.email.person.name }}{% endblock %} {% block nomcom_content %} - + {% origin %}

Feedback about {{ nominee }}