diff --git a/eAbsentee/home/home.py b/eAbsentee/home/home.py index 01964bc..d0dffa3 100644 --- a/eAbsentee/home/home.py +++ b/eAbsentee/home/home.py @@ -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//') def set_group(group: str): response = make_response(render_template('index.html'))