modal block and body classnames
This commit is contained in:
parent
ee4d76f166
commit
963ffc612a
@ -13,7 +13,7 @@
|
|||||||
{% end %}
|
{% end %}
|
||||||
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="{% if modalOpen() %} modalOpen{% end %}">
|
||||||
{% include 'navigation/topbar.html.to' %}
|
{% include 'navigation/topbar.html.to' %}
|
||||||
|
|
||||||
<div class='global-layout'>
|
<div class='global-layout'>
|
||||||
@ -29,6 +29,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'footer.html.to' %}
|
{% include 'footer.html.to' %}
|
||||||
|
|
||||||
|
{% block modal %}{% end %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user