Skip to content

Commit

Permalink
Update home.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlzhou committed Jul 31, 2023
1 parent ea39aea commit 44ba271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eAbsentee/home/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def privacy():

@home_bp.route('/guidance/')
def guidance():
return send_file('./static/pdf/privacy_policy.pdf', attachment_filename='election_guidance.pdf')
return send_file('./static/pdf/election_guidance.pdf', attachment_filename='election_guidance.pdf')

@home_bp.route('/g/<group>/')
def set_group(group: str):
Expand Down

0 comments on commit 44ba271

Please sign in to comment.