Hello, How to properly generate url on LOAD page (with ajax=False)?
Image html tag:
<img src="{{=URL('static','images/cat1.png')}}" />
Is rendered as:
<img src="/myapp/static/images.load/cat1.png"/>
Regards,
Tomasz
--
Hello, How to properly generate url on LOAD page (with ajax=False)?
Image html tag:
<img src="{{=URL('static','images/cat1.png')}}" />
Is rendered as:
<img src="/myapp/static/images.load/cat1.png"/>
Regards,
Tomasz
--