mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Fix unclickable inputfields
This commit is contained in:
parent
416cc145cf
commit
e7e4470699
@ -5,8 +5,8 @@
|
||||
|
||||
{% block page_content %}
|
||||
<div class="col s12 m4">
|
||||
<h3 id="title">{{ corpus.title }}</h3>
|
||||
<p id="description">Fill out the following form to add a corpus file in verticalized text format (.vrt).</p>
|
||||
<h3>{{ corpus.title }}</h3>
|
||||
<p>Fill out the following form to add a corpus file in verticalized text format (.vrt).</p>
|
||||
<a class="waves-effect waves-light btn" href="{{ url_for('corpora.corpus', corpus_id=corpus.id) }}"><i class="material-icons left">arrow_back</i>Back to corpus</a>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user