mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Fix missing Icons in corpus file edit
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
			
		||||
        <div class="collapsible-body">
 | 
			
		||||
          {% 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 %}
 | 
			
		||||
        </div>
 | 
			
		||||
      </li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user