summaryrefslogtreecommitdiffstats
path: root/module/web/pyload
diff options
context:
space:
mode:
authorGravatar Gregy <gregy@gregy.cz> 2010-08-06 15:43:07 +0200
committerGravatar Gregy <gregy@gregy.cz> 2010-08-06 15:43:07 +0200
commitbf50396c164df74d6ba0f846dd2d9e3dfeb76c8c (patch)
tree346374ca6ceba4176fe33a59223b0a11c1ca2db0 /module/web/pyload
parenthook deactivating (diff)
downloadpyload-bf50396c164df74d6ba0f846dd2d9e3dfeb76c8c.tar.xz
Design for multiple setting categories.
Diffstat (limited to 'module/web/pyload')
-rw-r--r--module/web/pyload/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py
index 0c04962fa..c47004a85 100644
--- a/module/web/pyload/views.py
+++ b/module/web/pyload/views.py
@@ -254,4 +254,4 @@ def config(request):
if ";" in option["type"]:
option["list"] = option["type"].split(";")
- return render_to_response(join(settings.TEMPLATE, 'settings.html'), RequestContext(request, {'conf': conf, 'plugin': plugin, 'messages': []}, [status_proc]))
+ return render_to_response(join(settings.TEMPLATE, 'settings.html'), RequestContext(request, {'conf': {'Plugin':plugin, 'General':conf}, 'messages': []}, [status_proc]))