From 58bb4fbc61e18f33899ff917728f90aabb1a1606 Mon Sep 17 00:00:00 2001 From: Sarah Fischmann Date: Wed, 14 Jun 2017 16:40:58 -0400 Subject: [PATCH] Fixed CC logo text alternative AC-631 fixed CC logo text alternative fixed template so python evaluates gettext() --- cms/templates/js/license-selector.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/js/license-selector.underscore b/cms/templates/js/license-selector.underscore index 5b787bb94b..90230b11a7 100644 --- a/cms/templates/js/license-selector.underscore +++ b/cms/templates/js/license-selector.underscore @@ -98,7 +98,7 @@ /> <% } else { %> <% // must come before icon or else spacing gets messed up %> - gettext("Creative Commons licensed content, with terms as follow:")  + <%= gettext("Creative Commons licensed content, with terms as follow:") %>  <% _.each(enabled, function(option) { %> <%- license.options[option.toUpperCase()].name %>  <% }); %>