Updates for user
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone/push Build is failing
				
					Details
				
			
		
	
							parent
							
								
									74602215f3
								
							
						
					
					
						commit
						48d07f3d78
					
				@ -1,11 +1,18 @@
 | 
				
			|||||||
{% extends 'base.html' %}
 | 
					{% extends 'base.html' %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
  <form action="/user/login" method="post">
 | 
					<div class="flex-row flex-center">
 | 
				
			||||||
    <label for="username">Email:</label>
 | 
					  <div class="flex-column flex-center">
 | 
				
			||||||
    <input type="text" name="email" >
 | 
					    <h1>Login</h1>
 | 
				
			||||||
    <label for="password">Password:</label>
 | 
					    <form  class="width-375-px" action="/user/login" method="post">
 | 
				
			||||||
    <input type="password" name="password">
 | 
					      <label for="email">Email:</label>
 | 
				
			||||||
    <button type="submit">Sign In</button>
 | 
					      <input class="width-100 mb-4" type="text" name="email" >
 | 
				
			||||||
  </form>
 | 
					      <label for="password">Password:</label>
 | 
				
			||||||
 | 
					      <input class="width-100 mb-4" type="password" name="password">
 | 
				
			||||||
 | 
					      <div class="flex-row flex-right">
 | 
				
			||||||
 | 
					        <button class="button" type="submit">Sign In</button>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </form>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
 | 
				
			|||||||
					Loading…
					
					
				
		Reference in New Issue