views.py 167 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 from colab.plugins.utils.views import ColabProxyView class GitlabProxyView(ColabProxyView): app_label = 'gitlab' diazo_theme_template = 'proxy/gitlab.html'