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 824ff14 commit 76f809d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eAbsentee/home/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ def credits_page():
def about():
return(render_template('about.html'))

@home_bp.route('/privacy/')
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 76f809d

Please sign in to comment.