Edited wiki page GSoC2011GUIOverhaul through web user interface.
diff --git a/GSoC2011GUIOverhaul.wiki b/GSoC2011GUIOverhaul.wiki
index 3bb3fec..d5e0836 100644
--- a/GSoC2011GUIOverhaul.wiki
+++ b/GSoC2011GUIOverhaul.wiki
@@ -30,12 +30,12 @@
Lets say you want a GSoC view named dummy_dashboard (which is in app/soc/modules/gsoc/views/dummy_dashboard.py) implements iconic dashboard. First you need to import the base class of dashboard:
-<code language="python">
+{{{
...
from soc.views.dashboard import Dashboard
from soc.views.dashboard import DashboardUserActions
...
-</code>
+}}}
If the dummy_dashboard needs to render list component (such as in the participant dashboard), then Component class must be imported too.