From fad19baefd3acbd81983cd1583f30ff33d5d6569 Mon Sep 17 00:00:00 2001 From: Mike Simkins <487+msimkins@users.noreply.github.com> Date: Thu, 8 Jun 2023 20:38:54 +0100 Subject: [PATCH] Fix Base Template_file URL Path --- django_basic_crud_generator/templates/templates/list.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/django_basic_crud_generator/templates/templates/list.tmpl b/django_basic_crud_generator/templates/templates/list.tmpl index 1869961..fe78746 100644 --- a/django_basic_crud_generator/templates/templates/list.tmpl +++ b/django_basic_crud_generator/templates/templates/list.tmpl @@ -13,9 +13,9 @@ {% for ${model_name} in object_list %}