mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
escape html in cancel message
This commit is contained in:
parent
e6f92c181f
commit
db8349351d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue