Skip to content

Commit

Permalink
Merge pull request #957 from kartoza/prevent-row-mismatch
Browse files Browse the repository at this point in the history
patch: remove flag
  • Loading branch information
tinashechiraya authored Mar 5, 2024
2 parents 5a4aa8f + 909bb42 commit c33019b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_project/monitor/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def download_records(self, request, queryset):
smart_str(obs.true_flies),
smart_str(obs.snails),
smart_str(obs.score),
smart_str(flag),
smart_str(obs.water_clarity),
smart_str(obs.water_temp),
smart_str(obs.ph),
Expand Down

0 comments on commit c33019b

Please sign in to comment.