localization - Django blocktrans - inside HTML tag -


is possible put html tag inside django block: {% blocktrans %}{% endblocktrans %}?

for example:

{% blocktrans %}django<br>framework needed{% endblocktrans %}  

certainly, have use blocktrans template tag actually.

check:


Comments

Popular posts from this blog

Admob integration with pygame in android -

Function that returns a formatted array in VBA -

python - performance - finding all points within certain distance by lat/long -