mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
escape html in cancel message
This commit is contained in:
@@ -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
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user