mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add corpus analysis fix
This commit is contained in:
		@@ -52,19 +52,22 @@
 | 
				
			|||||||
    </form>
 | 
					    </form>
 | 
				
			||||||
      <span class="card-title">Download Results</span>
 | 
					      <span class="card-title">Download Results</span>
 | 
				
			||||||
      <p>Downlaod all results of the current query as csv, excel or json file.</p>
 | 
					      <p>Downlaod all results of the current query as csv, excel or json file.</p>
 | 
				
			||||||
      <div class="input-field">
 | 
					      <form method="POST">
 | 
				
			||||||
        <i class="material-icons prefix">insert_drive_file</i>
 | 
					        {{ form.hidden_tag() }}
 | 
				
			||||||
        {{ dl_form.file_type() }}
 | 
					        <div class="input-field">
 | 
				
			||||||
        {{ dl_form.file_type.label }}
 | 
					          <i class="material-icons prefix">insert_drive_file</i>
 | 
				
			||||||
        {% for error in dl_form.file_type.errors %}
 | 
					          {{ dl_form.file_type() }}
 | 
				
			||||||
          <span class="helper-text red-text">{{ error }}</span>
 | 
					          {{ dl_form.file_type.label }}
 | 
				
			||||||
        {% endfor %}
 | 
					          {% for error in dl_form.file_type.errors %}
 | 
				
			||||||
      </div>
 | 
					            <span class="helper-text red-text">{{ error }}</span>
 | 
				
			||||||
      <div class="right-align">
 | 
					          {% endfor %}
 | 
				
			||||||
        <button class="btn" type="submit" name="action">Download
 | 
					        </div>
 | 
				
			||||||
          <i class="material-icons left">file_download</i>
 | 
					        <div class="right-align">
 | 
				
			||||||
        </button>
 | 
					          <button class="btn" type="submit" name="action">Download
 | 
				
			||||||
      </div>
 | 
					            <i class="material-icons left">file_download</i>
 | 
				
			||||||
 | 
					          </button>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </form>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user