SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit b46eb3fb authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Improve admin view for MailLogs

parent 4cb6e7d9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ from .models import MailLog
class MailLogAdmin(admin.ModelAdmin):
list_display = ['__str__', 'processed']
list_display = ['__str__', 'to_recipients', 'created', 'processed']
readonly_fields = ('created', 'latest_activity')
......
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