From 0996d0923a372e87b05fccc9d56ae37b906a7b61 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 5 Jul 2022 10:54:02 +0200 Subject: [PATCH] data: add cell get_ajax_url method (#66956) --- combo/apps/dashboard/templates/combo/dashboardcell.html | 2 +- combo/data/models.py | 7 +++++++ combo/public/templates/combo/placeholder.html | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/combo/apps/dashboard/templates/combo/dashboardcell.html b/combo/apps/dashboard/templates/combo/dashboardcell.html index 358ffa38..991181c4 100644 --- a/combo/apps/dashboard/templates/combo/dashboardcell.html +++ b/combo/apps/dashboard/templates/combo/dashboardcell.html @@ -3,7 +3,7 @@ {% for tile in tiles %} {% with cell=tile.cell %}