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
Browse filesBrowse the repository at this point in the historyBrowse files
Travis Gilbert
authored and
Travis Gilbert
committed
fix(admin): move template comment after extends to prevent leak
Multi-line {# ... #} comment before {% extends %} was rendering as
visible text. Converted to {% comment %}...{% endcomment %} block
after the extends tag.
0 commit comments