Move common templates to apps/main/templates/main/*
This commit is contained in:
@@ -15,5 +15,5 @@ def setup_list(request):
|
||||
'title': _(u'setup items'),
|
||||
}
|
||||
|
||||
return render_to_response('generic_list_horizontal.html', context,
|
||||
return render_to_response('main/generic_list_horizontal.html', context,
|
||||
context_instance=RequestContext(request))
|
||||
|
||||
Reference in New Issue
Block a user