Remove body_classes block
This commit is contained in:
parent
71c249d25b
commit
4423f3702d
|
@ -7,7 +7,7 @@
|
|||
<a href="#main-content" class="visually-hidden focusable skip-link">
|
||||
Skip to main content
|
||||
</a>
|
||||
<div class="tw-min-h-screen tw-flex tw-flex-col {% block body_classes '' %}">
|
||||
<div class="tw-min-h-screen tw-flex tw-flex-col">
|
||||
{% include 'banner' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}
|
||||
|
|
Loading…
Reference in a new issue