X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fslicetabexperiment.py;h=cca8afbdff178bf5ebd397bb7ccc899d42ed2de6;hb=a9fe15a960b2ecba856bb32102cfbe429a6f5c0d;hp=f13c9d8053cd2fe54b512fabee0ec43eca116009;hpb=61f4383785643e8c5a1475f1ccea19f2a3123c68;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):