Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[admin] swapped order of key and id attribtues in config form
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 17, 2016
1 parent 4728547 commit 75f5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_netjsonconfig/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ class ConfigAdmin(BaseConfigAdmin):
search_fields = ('id', 'name', 'key', 'last_ip')
readonly_fields = ['id', 'status', 'last_ip']
fields = ['name',
'key',
'id',
'key',
'status',
'last_ip',
'templates',
Expand Down

0 comments on commit 75f5c38

Please sign in to comment.