mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
rrs/views.py: Recipes remove unnedded extra_url_params
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
6151b99315
commit
4d138c1dd5
|
@ -240,12 +240,6 @@ class RecipeListView(ListView):
|
|||
all_maintainers.append(rm['maintainer__name'])
|
||||
context['all_maintainers'] = all_maintainers
|
||||
|
||||
extra_url_param = '?' + urllib.urlencode({
|
||||
'upstream_status': self.upstream_status,
|
||||
'maintainer_name': self.maintainer_name.encode('utf8')
|
||||
})
|
||||
context['extra_url_param'] = extra_url_param
|
||||
|
||||
return context
|
||||
|
||||
def recipes_report(request, release_name, milestone_name):
|
||||
|
|
Loading…
Reference in New Issue
Block a user