mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Remove debug output.
This commit is contained in:
parent
ce051e8024
commit
ed2d1abd8c
@ -24,8 +24,6 @@ def corpora(corpus):
|
|||||||
@login_required
|
@login_required
|
||||||
def dashboard():
|
def dashboard():
|
||||||
create_corpus_form = CreateCorpusForm()
|
create_corpus_form = CreateCorpusForm()
|
||||||
print(current_user.corpora.all())
|
|
||||||
print(current_user.jobs.all())
|
|
||||||
|
|
||||||
if create_corpus_form.validate_on_submit():
|
if create_corpus_form.validate_on_submit():
|
||||||
app = current_app._get_current_object()
|
app = current_app._get_current_object()
|
||||||
|
Loading…
Reference in New Issue
Block a user