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