0
Displaying modal box
How to create and display a modal box with text in html page which is returned from django?
2 Respuestas
+ 1
You can display any data in HTML which is returned from django by writing it between two curly braces
{{ var }}
(Hoping you already know how to pass variables to html template from django views)
0
try searching it in google.