I have Text box at backend-admin where admin can add HTML code which is required for display on Users-Screens.
HTML code is getting executed but values of Django veriables are not fetched. (Please refer input & output screens)
I have Text box at backend-admin where admin can add HTML code which is required for display on Users-Screens.
HTML code is getting executed but values of Django veriables are not fetched. (Please refer input & output screens)
Following tag will return value in HTML from PySCADA
<span class="type-numeric var-aACB">NaN</span>
here, value of variable "aACB" is required to be displayed in HTML