mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 03:40:02 +02:00
Rename categories to kb_categories
This commit is contained in:
@@ -23,7 +23,7 @@ def index(request):
|
||||
# TODO: It'd be great to have a list of most popular items here.
|
||||
return render_to_response('helpdesk/kb_index.html',
|
||||
RequestContext(request, {
|
||||
'categories': category_list,
|
||||
'kb_categories': category_list,
|
||||
}))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user