mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Remove playground blueprint
This commit is contained in:
parent
6ad6251585
commit
3572966190
@ -1,5 +0,0 @@
|
||||
from flask import Blueprint
|
||||
|
||||
|
||||
playground = Blueprint('playground', __name__)
|
||||
from . import events, views # noqa
|
@ -1,10 +0,0 @@
|
||||
from flask import render_template
|
||||
from flask_login import login_required
|
||||
from . import playground
|
||||
|
||||
|
||||
@playground.route('/')
|
||||
@login_required
|
||||
def index():
|
||||
return render_template('playground/index.html.j2',
|
||||
title='Playground')
|
Loading…
Reference in New Issue
Block a user