mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Allow username for login
This commit is contained in:
		@@ -14,9 +14,9 @@
 | 
			
		||||
        {{ login_form.hidden_tag() }}
 | 
			
		||||
        <div class="input-field">
 | 
			
		||||
          <i class="material-icons prefix">person</i>
 | 
			
		||||
          {{ login_form.email(class='validate') }}
 | 
			
		||||
          {{ login_form.email.label }}
 | 
			
		||||
          {% for error in login_form.email.errors %}
 | 
			
		||||
          {{ login_form.user(class='validate') }}
 | 
			
		||||
          {{ login_form.user.label }}
 | 
			
		||||
          {% for error in login_form.user.errors %}
 | 
			
		||||
            <span class="helper-text red-text">{{ error }}</span>
 | 
			
		||||
          {% endfor %}
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user