Skip to content

Commit 98805b1

Browse files
committed
Allow duping promo
1 parent c005f95 commit 98805b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/donate/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def click_ratio(self, instance):
4949

5050
class SupporterPromoAdmin(admin.ModelAdmin):
5151
model = SupporterPromo
52+
save_as = True
5253
list_display = ('name', 'live', 'click_ratio', 'sold_impressions',
5354
'total_views', 'total_clicks')
5455
list_filter = ('live', 'display_type')

0 commit comments

Comments
 (0)