Skip to content
Snippets Groups Projects
Commit 7facb262 authored by Calen Pennington's avatar Calen Pennington
Browse files

Remove openid link when feature is disabled. https://www.pivotaltracker.com/story/show/34090805

parent 80b8529f
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,11 @@
<span>Not enrolled? <a href="#signup-modal" class="close-login" rel="leanModal">Sign up.</a></span>
<a href="#forgot-password-modal" rel="leanModal" class="pwd-reset">Forgot password?</a>
</p>
% if settings.MITX_FEATURES.get('AUTH_USE_OPENID'):
<p>
<a href="${MITX_ROOT_URL}/openid/login/">login via openid</a>
</p>
% endif
</section>
<div class="close-modal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment