[Answer]-Showing certain tags django templates

1👍

You could use a Custom Django Filter with a Regular Expression that does this.

Have a look here: http://djangosnippets.org/snippets/60/ replace the Regular Expression with what you need to remove the HTMl tags you don’t want.

Leave a comment