DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

Fix i18n in js strings #2335

Closed int-y1 closed 5 months ago

int-y1 commented 6 months ago

create a new filter htmltojs that produces a javascript string. use htmltojs in every template that contains js.

html.unescape will undo the escape that was introduced in #1899.

left side: original code. right side: new code.

Screenshot 2024-05-04 232635