mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Add placeholder to indicate required file types in forms
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
            {{ M.render_field(add_corpus_file_form.publishing_year, material_icon='access_time') }}
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="col s12">
 | 
			
		||||
            {{ M.render_field(add_corpus_file_form.file, accept='.vrt') }}
 | 
			
		||||
            {{ M.render_field(add_corpus_file_form.file, accept='.vrt', placeholder='Choose your .vrt file') }}
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user