Skip to content
Snippets Groups Projects
Commit e3c5b7a4 authored by jan.bednarik's avatar jan.bednarik
Browse files

Remove wagtailuserbar from templates

parent 4ff941ee
No related branches found
No related tags found
2 merge requests!95sync test,!89Uniweb
Pipeline #1187 passed
{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
<!doctype html>
<html lang="cs">
<head>
......
{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
<!doctype html>
<html lang="cs">
<head>
......@@ -44,8 +44,6 @@
<body id="top">
{% wagtailuserbar %}
{% if settings.MAJAK_ENV == "test" %}
<div class="pre-navbar d-none d-lg-flex" style="background: #884444; color: #FFFFFF;">
<div class="container d-flex justify-content-center">
......
{% load static wagtailuserbar wagtailcore_tags %}
{% load static wagtailcore_tags %}
<!doctype html>
<html lang="cs">
<head>
......@@ -44,8 +44,6 @@
<body>
{% wagtailuserbar %}
<!-- HEADER -->
<nav class="navbar navbar-expand-xl navbar-dark sticky-top">
<div class="container">
......
{% load static wagtailuserbar %}
{% load static %}
<!DOCTYPE html>
<html class="no-js" lang="en">
......@@ -26,7 +26,6 @@
</head>
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
{% block content %}{% endblock %}
......
{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
<!doctype html>
<html lang="cs">
<head>
......@@ -44,8 +44,6 @@
<body id="top">
{% wagtailuserbar %}
<!-- HEADER -->
<div class="pre-navbar d-none d-xl-flex" style="background:black;">
<div class="container">
......
{% load static wagtailuserbar wagtailcore_tags wagtailmetadata_tags %}
{% load static wagtailcore_tags wagtailmetadata_tags %}
<!doctype html>
<html lang="cs">
<head>
......@@ -25,8 +25,6 @@
<body>
{% wagtailuserbar %}
<header>
<div class="first-header with-small-logo">
<div class="container-fluid">
......
{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
{% load static wagtailcore_tags wagtailimages_tags wagtailmetadata_tags %}
<!doctype html>
<html lang="cs">
<head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment