mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Fix the message after a key refresh
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user