You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to have a cleanest view of the medatata (via showmetadata or csw_to_extra_format), the html tags should be removed (from the visualization not from a db prospective)
Is your feature request related to a problem? Please describe.
In order to have a cleanest view of the medatata (via showmetadata or csw_to_extra_format), the html tags should be removed (from the visualization not from a db prospective)
Describe the solution you'd like
Django provides a utils
strip_tags
which is perfect for this purpose.https://github.com/django/django/blob/f6713cda89d323565cfdc867c977c3363edcfc3c/django/utils/html.py#L180
The text was updated successfully, but these errors were encountered: