From 7fe637ac54d91eb9ecf643ec08566d8517386db8 Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Wed, 27 Mar 2013 16:24:26 +0400 Subject: [PATCH] Fixed small issue. --- tabula/tabula/windc/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabula/tabula/windc/tabs.py b/tabula/tabula/windc/tabs.py index 079e853..4e5ae16 100644 --- a/tabula/tabula/windc/tabs.py +++ b/tabula/tabula/windc/tabs.py @@ -28,7 +28,7 @@ LOG = logging.getLogger(__name__) class OverviewTab(tabs.Tab): name = _("Service") slug = "_service" - template_name = ("project:windc:services") + template_name = "project/windc/_services" def get_context_data(self, request): return {"service_id": self.tab_group.kwargs['service_id']}