Skip to content

Commit

Permalink
Merge pull request #1952 from uwcirg/fb-register-ui-fix
Browse files Browse the repository at this point in the history
hotfix - hide fb UI on registration page
  • Loading branch information
ivan-c authored Mar 15, 2018
2 parents 0113a99 + a5da505 commit be1de52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal/templates/flask_user/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ <h4 class="tnth-headline reg-title">{{ app_text('registration title') }}</h4>
<div id="socialMediaRegistrationContainer">
<div class="btn-social-container">
<p class="profile-item-title">{{ _("Register using:")}}</p>
<div>
<!-- hiding this temporarily -->
<div class="tnth-hide">
<a href="{{ url_for('auth.login', provider_name='facebook', next=request.args.get('next')) }}"
class="btn btn-social btn-facebook">
<i class="fa fa-facebook"></i>{{_("Log In With Facebook")}}
Expand Down

0 comments on commit be1de52

Please sign in to comment.