X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fslicetabexperiment.py;h=cca8afbdff178bf5ebd397bb7ccc899d42ed2de6;hb=95f5146580d1d0b86e8a648a0ee482f8ec6cc582;hp=f13c9d8053cd2fe54b512fabee0ec43eca116009;hpb=6818940d6b018d6f5bcad47c2f20d164623b468a;p=myslice.git diff --git a/portal/slicetabexperiment.py b/portal/slicetabexperiment.py index f13c9d80..cca8afbd 100644 --- a/portal/slicetabexperiment.py +++ b/portal/slicetabexperiment.py @@ -12,10 +12,10 @@ from manifoldapi.manifoldresult import ManifoldResult from ui.topmenu import topmenu_items, the_user from myslice.configengine import ConfigEngine -from theme import ThemeView +from myslice.theme import ThemeView class ExperimentView (FreeAccessView, ThemeView): - template_name = 'experimentview.html' + template_name = 'slice-tab-experiment.html' def get (self, request, slicename, state=None):