Commit 941a03f1 by Matthew Mongeau

Point login form to login.

parent 67487f8a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<h3><img src="${static.url('images/edx_bw.png')}">Log In</h3> <h3><img src="${static.url('images/edx_bw.png')}">Log In</h3>
</header> </header>
<form id="login_form" method="post"> <form id="login_form" method="post" action="/login">
<label>E-mail</label> <label>E-mail</label>
<input name="email" type="email" placeholder="e-mail"> <input name="email" type="email" placeholder="e-mail">
<label>Password</label> <label>Password</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment