Commit 62bacea3 by Chris Dodge

use the right link to the login page in a particular use case: clicking…

use the right link to the login page in a particular use case: clicking activation email when not logged in
parent 46967a78
......@@ -18,7 +18,7 @@
%if user_logged_in:
Visit your <a href="/">dashboard</a> to see your courses.
%else:
You can now <a href="#login-modal" rel="leanModal">login</a>.
You can now <a href="${reverse('login')}">login</a>.
%endif
</p>
</section>
......
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