|  | @@ -45,10 +45,10 @@
 | 
	
		
			
			| 45 | 45 |        <form class="well" action="${tg.url('/public_api/create_account')}">
 | 
	
		
			
			| 46 | 46 |          <fieldset>
 | 
	
		
			
			| 47 | 47 |            <legend>Sign up</legend>
 | 
	
		
			
			| 48 |  | -          <input type="text" id="email" placeholder="Email"><br/>
 | 
	
		
			
			| 49 |  | -          <input type="text" id="password" placeholder="Password"><br/>
 | 
	
		
			
			| 50 |  | -          <input type="text" id="retyped_password" placeholder="Retype your password"><br/>
 | 
	
		
			
			| 51 |  | -          <input type="submit" id="submit" value="Sign up" /><br/>
 | 
	
		
			
			|  | 48 | +          <input type="text"     name="email"            id="email" placeholder="Email"><br/>
 | 
	
		
			
			|  | 49 | +          <input type="password" name="password"         id="password" placeholder="Password"><br/>
 | 
	
		
			
			|  | 50 | +          <input type="password" name="retyped_password" id="retyped_password" placeholder="Retype your password"><br/>
 | 
	
		
			
			|  | 51 | +          <input type="submit"   id="submit" value="Sign up" /><br/>
 | 
	
		
			
			| 52 | 52 |          </fieldset>
 | 
	
		
			
			| 53 | 53 |        </form>
 | 
	
		
			
			| 54 | 54 |      </div>
 |