From c5ecca2d362906e603718441e4dac208b3267837 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Mon, 21 Oct 2024 07:37:30 +0200 Subject: [PATCH] templates: add target to preview links in order to be able to follow them in the dashboad view --- radiocampus/templates/aircox/widgets/preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiocampus/templates/aircox/widgets/preview.html b/radiocampus/templates/aircox/widgets/preview.html index ba2fb89..81b6f5a 100644 --- a/radiocampus/templates/aircox/widgets/preview.html +++ b/radiocampus/templates/aircox/widgets/preview.html @@ -56,7 +56,7 @@ Styling related context:
{% block actions %} {% if admin and object.edit_url_name %} - {% translate "Edit" %} + {% translate "Edit" %} {% endif %} {% endblock %}