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