|
@@ -99,7 +99,9 @@ from django.utils.translation import ugettext as _
|
|
|
}).change(function(){
|
|
}).change(function(){
|
|
|
$(this).closest("form").submit();
|
|
$(this).closest("form").submit();
|
|
|
});
|
|
});
|
|
|
|
|
+ % if user.is_superuser:
|
|
|
$("#checkConfig").load("/debug/check_config_ajax");
|
|
$("#checkConfig").load("/debug/check_config_ajax");
|
|
|
|
|
+ % endif
|
|
|
$(".navbar .nav-tooltip").tooltip({
|
|
$(".navbar .nav-tooltip").tooltip({
|
|
|
delay:0,
|
|
delay:0,
|
|
|
placement:'bottom'});
|
|
placement:'bottom'});
|