Skip to content

Commit

Permalink
Text change for intro
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Feb 25, 2021
1 parent 28de916 commit 0876827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcivf/apps/people/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_intro(self, person):
elif party.party_name == "Speaker seeking re-election":
intro.append("the Speaker seeking re-election")
else:
intro.append("the")
intro.append("a")
str = party.party_name + " candidate"
intro.append(str)
else:
Expand Down

0 comments on commit 0876827

Please sign in to comment.