Commit d50608e9 by Greg Price

Merge pull request #2002 from edx/fix/gprice/drupal-activation-login-link

Make activation complete page use non-modal login link
parents 64d18c0e 0a8d4267
...@@ -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