Skip to content
Snippets Groups Projects
Commit e7e44706 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix unclickable inputfields

parent 416cc145
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment