Skip to content
Snippets Groups Projects
Commit da6ae0c5 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Dont allow editing of the external id

parent 7b1c7b8f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ from .models import Event, Message
class MessageInline(admin.TabularInline):
model = Message
readonly_fields = ('type', 'recipient', 'content', 'status')
readonly_fields = ('type', 'recipient', 'content', 'status', 'external_id')
can_delete = False
def has_add_permission(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment