Fix the message after a key refresh

This commit is contained in:
2011-06-24 09:10:47 +01:00
parent 8aea572b94
commit e8d384ec88

View File

@@ -33,7 +33,7 @@ class EVEAccountAdmin(admin.ModelAdmin):
try:
task.wait(10)
except celery.exceptions.TimeoutError:
self.message_user(request, "The API key is queued for update." % obj.api_user_id)
self.message_user(request, "API Key %s has been queued for an update." % obj.api_user_id)
except:
self.message_user(request, "An error was encountered why updating the API Key")