redirect to /editor/finalize and show edit and signin button

This commit is contained in:
Laura Klünder 2016-09-26 16:44:17 +02:00
parent ade73d19a2
commit 66c459ae17
10 changed files with 112 additions and 41 deletions

View file

@ -2,6 +2,8 @@ from .base import Hoster
class GitlabHoster(Hoster):
title = 'Gitlab'
def __init__(self, app_id, app_secret, **kwargs):
super().__init__(**kwargs)
self._app_id = app_id