Skip to content
Snippets Groups Projects
Commit 4126c42b authored by Dan Braghis's avatar Dan Braghis
Browse files

fixup! Create an open ended round for the Rapid Response fund type

parent d7cf9951
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ def create_rapid_response(apps, schema_editor):
lead_qs = User.objects.filter(full_name="Lindsay Beck")
lead = lead_qs.first() if lead_qs.count() else User.objects.filter(groups__name=STAFF_GROUP_NAME).first()
rr_round = Round.objects.create(
Round.objects.create(
title="Rapid Response open round",
draft_title="Rapid Response open round",
content_type=round_content_type,
......
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