Can't seem to get my head around how to do the following: Need to output a translatable string like this: This is a <a href=/stuff>link</a> to stuff
But I don't want to have the HTML tags in my string resources. and I don't want to split the string up into more than 2 elements ("This is a %(link) to stuff" and "link" would be nice for instance) because that could get nasty in translation.. I was hoping to be able to use blocktrans. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---