submit button and loading icon added.

This commit is contained in:
Karen 2011-08-31 17:25:37 +05:30
commit ca480d91c8

View File

@ -120,7 +120,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
'django.contrib.admin', 'django.contrib.admin',
# Uncomment the next line to enable admin documentation: # Uncomment the next line to enable admin documentation:
'django.contrib.admindocs', # 'django.contrib.admindocs',
'ajax_select', 'ajax_select',
) )