From 609a887d7374475094476a75183b3087f080de8d Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 23 Sep 2020 16:34:46 +0200 Subject: [PATCH] Fix missing Icons in corpus file edit --- web/app/templates/corpora/corpus_file.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/templates/corpora/corpus_file.html.j2 b/web/app/templates/corpora/corpus_file.html.j2 index 170cabcc..8c30b14a 100644 --- a/web/app/templates/corpora/corpus_file.html.j2 +++ b/web/app/templates/corpora/corpus_file.html.j2 @@ -35,7 +35,7 @@
{% for field in edit_corpus_file_form if field.short_name not in ['author', 'csrf_token', 'publishing_year', 'submit', 'title'] %} - {{ M.render_field(field) }} + {{ M.render_field(field, data_length='255', material_icon=field.label.text[0:1]) }} {% endfor %}