Strip tags from browser title.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% if title %}
|
||||
{{ title }}
|
||||
{{ title|striptags }}
|
||||
{% else %}
|
||||
{% if read_only %}
|
||||
{% blocktrans %}Details for: {{ object }}{% endblocktrans %}
|
||||
|
||||
Reference in New Issue
Block a user