You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escaping the '/' COS226/217 in the Jinja template doesn't work. The problem is using the course name as an id for an HTML element. Most solutions online suggest escaping like this: {{ course|escape }}. But this doesn't seem to be working. Changed the course name to 'COS2xx' for now.
The text was updated successfully, but these errors were encountered:
Escaping the '/' COS226/217 in the Jinja template doesn't work. The problem is using the course name as an id for an HTML element. Most solutions online suggest escaping like this:
{{ course|escape }}
. But this doesn't seem to be working. Changed the course name to 'COS2xx' for now.The text was updated successfully, but these errors were encountered: