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
Thanks for contributing this. The one issue I ran into was the escaping of tildes -- apparently they shouldn't be escaped. I got around this by the following:
Thanks for contributing this. The one issue I ran into was the escaping of tildes -- apparently they shouldn't be escaped. I got around this by the following:
This may or may not be related: joestump/python-oauth2#15
Also: when outputting the resulting context variable in a template, I had to use |safe to prevent the escaping of ampersands.
The text was updated successfully, but these errors were encountered: