From 9409776be8bfe4a24635ec72cf493e9b12bc0e44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emilio=20Jim=C3=A9nez?=
Date: Thu, 2 May 2013 08:03:24 +0000
Subject: [PATCH] change "Questionnaire Response" label See #1003 - Legacy-Id:
5687
---
ietf/name/fixtures/names.xml | 2 +-
ietf/name/migrations/0008_add_feedback_types.py | 2 +-
ietf/nomcom/forms.py | 6 +++---
ietf/nomcom/urls.py | 2 +-
ietf/nomcom/views.py | 2 +-
ietf/templates/nomcom/nomcom_private_base.html | 2 +-
ietf/templates/nomcom/private_index.html | 4 ++--
ietf/templates/nomcom/private_questionnaire.html | 2 +-
ietf/templates/nomcom/view_feedback.html | 2 +-
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ietf/name/fixtures/names.xml b/ietf/name/fixtures/names.xml
index a052b14c7..9ce3fbd3a 100644
--- a/ietf/name/fixtures/names.xml
+++ b/ietf/name/fixtures/names.xml
@@ -542,7 +542,7 @@
0
Nominees |
Position |
State |
- Questionnaire |
+ Questionnaire response |
{% for np in nominee_positions.not_duplicated %}
diff --git a/ietf/templates/nomcom/private_questionnaire.html b/ietf/templates/nomcom/private_questionnaire.html
index 7befdd164..4c77f8a4b 100644
--- a/ietf/templates/nomcom/private_questionnaire.html
+++ b/ietf/templates/nomcom/private_questionnaire.html
@@ -1,7 +1,7 @@
{% extends "nomcom/nomcom_private_base.html" %}
-{% block subtitle %} - Provide Quesionnaire{% endblock %}
+{% block subtitle %} - Quesionnaire Response{% endblock %}
{% block pagehead %}
{{ form.media }}
diff --git a/ietf/templates/nomcom/view_feedback.html b/ietf/templates/nomcom/view_feedback.html
index 293bebef6..b9188cb46 100644
--- a/ietf/templates/nomcom/view_feedback.html
+++ b/ietf/templates/nomcom/view_feedback.html
@@ -15,7 +15,7 @@
Nominee |
Nominations |
Comments |
- Questionnaires |
+ Questionnaire response |
{% for nominee in nominees %}