From b7759174a24654adc3963eb435eb7648a7571165 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Wed, 22 Oct 2008 16:55:35 +0000 Subject: [PATCH] Fix some wrong paths to templates (committed in r864). Patch by: Pawel Solyga Review by: to-be-reviewed --HG-- rename : app/soc/templates/soc/models/all.html => app/soc/templates/soc/list/all.html --- app/soc/templates/soc/{models => list}/all.html | 0 app/soc/views/models/host.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/soc/templates/soc/{models => list}/all.html (100%) diff --git a/app/soc/templates/soc/models/all.html b/app/soc/templates/soc/list/all.html similarity index 100% rename from app/soc/templates/soc/models/all.html rename to app/soc/templates/soc/list/all.html diff --git a/app/soc/views/models/host.py b/app/soc/views/models/host.py index ec262e67..dbfafc06 100644 --- a/app/soc/views/models/host.py +++ b/app/soc/views/models/host.py @@ -103,7 +103,7 @@ class View(base.View): # TODO(tlarsen) Add support for Django style template lookup params['edit_template'] = 'soc/models/edit.html' params['public_template'] = 'soc/models/public.html' - params['list_template'] = 'soc/models/all.html' + params['list_template'] = 'soc/list/all.html' params['lists_template'] = { 'list_main': 'soc/list/list_main.html', -- 2.11.4.GIT