Edited wiki page GSoC2011GUIOverhaul through web user interface.
diff --git a/GSoC2011GUIOverhaul.wiki b/GSoC2011GUIOverhaul.wiki
index d5e0836..d66dae5 100644
--- a/GSoC2011GUIOverhaul.wiki
+++ b/GSoC2011GUIOverhaul.wiki
@@ -39,23 +39,15 @@
If the dummy_dashboard needs to render list component (such as in the participant dashboard), then Component class must be imported too.
-<code language="python">
-...
-from soc.views.dashboard import Dashboard
-from soc.views.dashboard import DashboardUserActions
-...
-</code>
-
-Given use cases of GSoC program below on how to alter the dashboard will give you an understanding how the dashboard works.
-
-<code language="python">
+{{{
...
from soc.views.dashboard import Component
from soc.views.dashboard import Dashboard
from soc.views.dashboard import DashboardUserActions
...
-</code>
+}}}
+Given use cases of GSoC program below on how to alter the dashboard will give you an understanding how the dashboard works.
== Iconic Dashboard Use Case in Admin Dashboard (GSoC) ==