plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

fixed the msg in view , added tal:content=view/msg expression in the … #547

Open aadarsh-nagrath opened 1 year ago

aadarsh-nagrath commented 1 year ago

As suggested by @me-kell in issue - Add a msg funtion to the view python class (e.g. as follows): #496 Modified code so that - The msg function returns a string that includes the name of the view class; and the template file using tal:content="view/msg" expression in the

tag will call the msg function in the view and display the returned string on the page.