frappe / frappe_docs

[DEPRECATED] Frappe Framework Documentation. Please don't raise new contributions here.
https://frappeframework.com/docs
Other
44 stars 96 forks source link

Escape ".__" in code samples of docs #148

Closed ChillarAnand closed 3 years ago

ChillarAnand commented 3 years ago

Frappe is raising invalid template exception where there is .__ in a template. Not sure why this is added. May to prevent from calling private python methods?

Because of this, qunit-testing page is broken.

gavindsouza commented 3 years ago

Possible fix: https://github.com/frappe/frappe/pull/13842