wip
This commit is contained in:
		
							
								
								
									
										14
									
								
								hub/templates/sign-in.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								hub/templates/sign-in.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| {{define "body" -}} | ||||
| <h2>Sign In</h2> | ||||
|  | ||||
| <form method="POST"> | ||||
|   <input type="hidden" name="CSRF" value="{{.Session.CSRF}}"> | ||||
|   <p> | ||||
|     <label>Password</label><br> | ||||
|     <input type="password" name="Password"> | ||||
|   </p> | ||||
|   <p> | ||||
|     <button type="submit">Submit</button> | ||||
|   </p> | ||||
| </form> | ||||
| {{- end}} | ||||
		Reference in New Issue
	
	Block a user