forgotpass.html (296B)
1 $def with (forgotpassform, fejl) 2 <div id="container"> 3 <div id="default"> 4 <br> 5 <h2>Skicka nytt lösenord</h2> 6 <div id="addevent"> 7 <form method="POST"> 8 $:forgotpassform.render() 9 </form> 10 <h4>$fejl</h4> 11 </div> 12 <a href="/login"><---tibaks</a> 13 </div> 14 </div>