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
@marmida comment: This is apparently because of our use of proxies, which causes the content on pages to go through a pass-through, and that causes a second round of HTML entity encoding that isn't being handled correctly. Investigate.
If you add do the following in pages/views.py:
The &dash is rendered correctly.
The text was updated successfully, but these errors were encountered: