summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-12-22 09:45:14 +0100
committerByron Jones <glob@mozilla.com>2014-12-22 09:45:14 +0100
commitf7afaa06475eec2d797c70844ed85661d189c368 (patch)
tree6d38235caa1d56f1d682558a5305e3907363742e /extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
parenta670bb1a0c33f108f1e4211c95c3c6f80c09eecd (diff)
downloadbugzilla-f7afaa06475eec2d797c70844ed85661d189c368.tar.gz
bugzilla-f7afaa06475eec2d797c70844ed85661d189c368.tar.xz
Bug 1112311: Changes to Brand Engagement Initiation form
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
index 311736b5e..8187e4a51 100644
--- a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl
@@ -35,5 +35,8 @@ Other: [% IF cgi.param('type_other') %][% cgi.param('type_other_text') %][% EL
>>Mozilla Goal:
[%+ IF cgi.param("goal_other") %][% cgi.param("goal_other") %][% ELSE %][% cgi.param("goal") %][% END %]
+>>Mozilla Creative Collective:
+[%+ cgi.param("collective") ? "Yes" : "No" %]
+
>>Points of Contact:
-[%+ cgi.param('cc').join(', ') || 'Not provided' %]
+[%+ cgi.param('poc').join(', ') || 'Not provided' %]