From 13c5993f825f62b7d0538b287301d89427be558d Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Wed, 23 Nov 2022 22:30:19 +0000 Subject: [PATCH] Enable opening links within the live preview panel --- bakerydemo/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bakerydemo/templates/base.html b/bakerydemo/templates/base.html index 8317012..7a727e4 100755 --- a/bakerydemo/templates/base.html +++ b/bakerydemo/templates/base.html @@ -17,6 +17,11 @@ + + {# Force all links in the live preview panel to be opened in a new tab #} + {% if request.in_preview_panel %} + + {% endif %} {% fontawesome_css %}