Skip to content

Commit 73a8a21

Browse files
committed
Fix geo filters
1 parent a4cd571 commit 73a8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/donate/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
def show_to_geo(promo, country_code):
3030
# Remove promo's that exclude this country.
31-
for geo_filter in promo.geo_geo_filters.all():
31+
for geo_filter in promo.geo_filters.all():
3232
if geo_filter.geo_filter_type == INCLUDE:
3333
if country_code in geo_filter.codes:
3434
continue

0 commit comments

Comments
 (0)