You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to implement Django-Jinja2 template engine support.
I plan to use it in commercial product and I am at a deadline.
I have read Writing ExtensionsCreate Jinja extensions and I don't know how solve it myself.
The text was updated successfully, but these errors were encountered:
I solved with this small JS jsTimezoneDetect from Jon Nylander.
I pass jstz timezone name to a hidden form field value.
In Django backend call I have this so called "MVP" unpolished code.
A feature proposal.
I have a need to implement Django-Jinja2 template engine support.
I plan to use it in commercial product and I am at a deadline.
I have read Writing Extensions Create Jinja extensions and I don't know how solve it myself.
The text was updated successfully, but these errors were encountered: