From 1c593a3c607d049aeebdb9354afda4404c15ee08 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar <theskumar@users.noreply.github.com> Date: Fri, 19 May 2023 13:38:08 +0530 Subject: [PATCH] Remove userbar from the apply site (#3407) Closes #3397 The userbar in the public site is kept as it is. It will be remove as we get rid of the public site. --- hypha/templates/base-apply.html | 4 +--- hypha/templates/styleguide.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hypha/templates/base-apply.html b/hypha/templates/base-apply.html index 6fc830f7b..6f5d6dcd0 100644 --- a/hypha/templates/base-apply.html +++ b/hypha/templates/base-apply.html @@ -1,4 +1,4 @@ -{% load i18n static wagtailuserbar wagtailcore_tags wagtailimages_tags navigation_tags util_tags hijack cookieconsent_tags %}<!doctype html> +{% load i18n static wagtailcore_tags wagtailimages_tags navigation_tags util_tags hijack cookieconsent_tags %}<!doctype html> {% wagtail_site as current_site %} <html class="no-js" lang="en"> <head> @@ -53,8 +53,6 @@ {% include "includes/sprites.html" %} - {% wagtailuserbar %} - {% include 'includes/messages.html' %} <header class="header"> diff --git a/hypha/templates/styleguide.html b/hypha/templates/styleguide.html index 3fefe0829..e605f3c56 100644 --- a/hypha/templates/styleguide.html +++ b/hypha/templates/styleguide.html @@ -1,4 +1,4 @@ -{% load static wagtailuserbar wagtailcore_tags wagtailimages_tags util_tags %}<!doctype html> +{% load static wagtailcore_tags wagtailimages_tags util_tags %}<!doctype html> {% wagtail_site as current_site %} <html class="no-js" lang="en"> <head> -- GitLab