ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

fix: Remove spaceless template tag #347

Closed mgax closed 8 months ago

mgax commented 8 months ago

Fixes https://github.com/ietf-tools/wagtail_website/issues/288

Django's {% spaceless %} template tag removes whitespace between HTML tags, including adjacent links. This patch removes the spaceless tag from the base templates. It's still used in the includes/imageblock.html template, where it's not liable to squash adjacent inline markup: https://github.com/ietf-tools/wagtail_website/blob/v1.10.0/ietf/templates/includes/imageblock.html#L1