1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Fixed a couple bugs with authenticators left behind in tests

This commit is contained in:
Adolfo Gómez 2014-04-28 15:30:12 +00:00
parent 9045989186
commit de80b26880
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,7 @@
@author: Adolfo Gómez, dkmaster at dkmon dot com
'''
from __future__ import unicode_literals
# from __future__ import unicode_literals
from django.utils.translation import ugettext_noop as _
from uds.core.ui.UserInterface import gui

View File

@ -45,6 +45,7 @@
if( standard.length > 0 ) {
$('#backToLogin').click(function() {
$('#id_authenticator').val(standard[0]);
$('.selectpicker').selectpicker('render');
$('#nonStandard').hide(300, function() {
$('#nonStandardLogin').html('');
$("#login").show(300);
@ -104,4 +105,4 @@
{% endautoescape %}
</div>
</div>
{% endblock %}
{% endblock %}