mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Fix some problems after merge
This commit is contained in:
		@@ -80,10 +80,11 @@ def corpus(corpus_id):
 | 
			
		||||
            title='Corpus'
 | 
			
		||||
        )
 | 
			
		||||
    else:
 | 
			
		||||
        print('public')
 | 
			
		||||
        corpus_files = [x.to_json_serializeable() for x in corpus.files]
 | 
			
		||||
        return render_template(
 | 
			
		||||
            'corpora/corpus_public.html.j2',
 | 
			
		||||
            corpus=corpus,
 | 
			
		||||
            corpus_files=corpus_files,
 | 
			
		||||
            title='Corpus'
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user