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

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

python - duplicate table (identical) including primary key - using django south -