Strip tags from browser title.

This commit is contained in:
Roberto Rosario
2016-02-13 17:35:43 -04:00
parent ed70f96b49
commit 3fdc5e523a

View File

@@ -1,7 +1,7 @@
{% load i18n %}
{% if title %}
{{ title }}
{{ title|striptags }}
{% else %}
{% if read_only %}
{% blocktrans %}Details for: {{ object }}{% endblocktrans %}