Skip to content

Commit

Permalink
Merge pull request #743 from readthedocs/davidfischer/notify-complete…
Browse files Browse the repository at this point in the history
…d-flights

Add notify completed flights to the django admin
  • Loading branch information
davidfischer committed May 11, 2023
2 parents e580fa8 + 7e39a8e commit 810157a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion adserver/auth/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ class UserAdmin(SimpleHistoryAdmin):
actions = ("invite_user_action",)
fieldsets = (
(None, {"fields": ("email", "name", "password")}),
(_("Ad server details"), {"fields": ("advertisers", "publishers")}),
(
_("Ad server details"),
{"fields": ("advertisers", "publishers", "notify_on_completed_flights")},
),
(
_("Permissions"),
{
Expand Down

0 comments on commit 810157a

Please sign in to comment.