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 20efe3e commit 824ff14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eAbsentee/home/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ def about():
def privacy():
return send_file('./static/pdf/privacy_policy.pdf', attachment_filename='privacy_policy.pdf')

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

@home_bp.route('/g/<group>/')
def set_group(group: str):
response = make_response(render_template('index.html'))
Expand Down

0 comments on commit 824ff14

Please sign in to comment.