views.py 167 Bytes

from colab.plugins.utils.views import ColabProxyView


class GitlabProxyView(ColabProxyView):
    app_label = 'gitlab'
    diazo_theme_template = 'proxy/gitlab.html'