Hello,
In Django framework, I find the hidden forms fields in a div style="display:none"
For example for the security token
<div style="display:none">
<input type="hidden" name="csrfmiddlewaretoken" value="894yb3poe6de233c6b3742685a98472f">
</div>
I want to know the reason, because in any case, all fields of type hidden are not visible.
Thank you.



Reply With Quote






Bookmarks