Forum How do I...?

How do I use the django {% trans %} tag in html field ?

lul
Hi !

I have some text to translate directly in the html file.
The {% trans %} tag doesn't seems to work. How can I achieve the translation ?

Best regards
mikeday
Is this a Prince question or a Django question? Prince only converts the actual HTML once you have generated it, you have to evaluate your templates or run your Python code first.
lul
Sorry I'm stupid ><

It was a Prince question, but I made a mistake with Django...
Thank you for your time.