Merge "Revert "Fix the flicker of the log on button name""
This commit is contained in:
commit
e51e30c5fa
@ -65,9 +65,9 @@
|
|||||||
|
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
{% block login_footer %}
|
{% block login_footer %}
|
||||||
<button id="loginBtn" type="submit" class="btn btn-primary pull-right" ng-cloak>
|
<button id="loginBtn" type="submit" class="btn btn-primary pull-right">
|
||||||
<span ng-show="auth_type==='credentials'">{% trans "Sign In" %}</span>
|
<span ng-show="auth_type==='credentials'">{% trans "Sign In" %}</span>
|
||||||
<span ng-hide="auth_type==='credentials'">{% trans "Connect" %}</span>
|
<span ng-hide="auth_type==='credentials'" ng-cloak>{% trans "Connect" %}</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user