The documentation for the template system will give you the answer: http://docs.djangoproject.com/en/dev/topics/templates/
/Håkan 6 nov 2008 kl. 17.16 skrev gontran: > > hello, > > I just started to learn django, so my question may be stupid: > > In my template, I would like to display a html string (stored in my > database). My problem is that it displays the string but it > automatically escapes the html tags. > > for example, if my string is: <p>my text</p> > instade of showing: my text > it shows: <p>my text</p> > > any idea to fix that? > > thanks for your help > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---