Remove body_classes block

This commit is contained in:
Oliver Davies 2019-05-07 17:21:34 +01:00
parent 71c249d25b
commit 4423f3702d
2 changed files with 1 additions and 3 deletions

View file

@ -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 %}

View file

@ -1,3 +1 @@
{% extends 'base' %}
{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}