From db8349351d8bfad6b47dedba2d838da8e55a499d Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 9 Dec 2015 12:01:52 +0000 Subject: [PATCH] escape html in cancel message --- services/web/app/views/subscriptions/dashboard.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/subscriptions/dashboard.jade b/services/web/app/views/subscriptions/dashboard.jade index ca08cf8bc8..29f255d4bf 100644 --- a/services/web/app/views/subscriptions/dashboard.jade +++ b/services/web/app/views/subscriptions/dashboard.jade @@ -122,7 +122,7 @@ block content div(ng-show="isMonthlyCollab && !stillInFreeTrial", style="text-align: center") span(ng-controller="ChangePlanFormController") - #{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})} + !{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})} button(type="submit", ng-click="downgradeToStudent()", ng-disabled='inflight').btn.btn-success #{translate("yes_please!")} p |