mirror of
				https://github.com/tiyn/container-critique.git
				synced 2025-10-31 11:11:21 +01:00 
			
		
		
		
	src: login base added
This commit is contained in:
		
							
								
								
									
										18
									
								
								src/templates/login.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/templates/login.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| {% extends "template.html" %} | ||||
|  | ||||
| {% block content %} | ||||
|     <h1>Sign In</h1> | ||||
|     <form action="" method="post" novalidate> | ||||
|         {{ form.hidden_tag() }} | ||||
|         <p> | ||||
|             {{ form.username.label }}<br> | ||||
|             {{ form.username(size=32) }} | ||||
|         </p> | ||||
|         <p> | ||||
|             {{ form.password.label }}<br> | ||||
|             {{ form.password(size=32) }} | ||||
|         </p> | ||||
|         <p>{{ form.remember_me() }} {{ form.remember_me.label }}</p> | ||||
|         <p>{{ form.submit() }}</p> | ||||
|     </form> | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user