Commit 0a8d4267 by Greg Price

Make activation complete page use non-modal login link

parent a0fb4d6c
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
%if user_logged_in: %if user_logged_in:
Visit your <a href="${reverse('dashboard')}">dashboard</a> to see your courses. Visit your <a href="${reverse('dashboard')}">dashboard</a> to see your courses.
%else: %else:
You can now <a href="#login-modal" rel="leanModal">login</a>. You can now <a href="${reverse('signin_user')}">log in</a>.
%endif %endif
</p> </p>
</section> </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