Skip to content

Commit

Permalink
Privacy checkup doesn't work. Will need to work on that later
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Chatterjee committed Dec 9, 2024
1 parent b53137c commit c4d977d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h4><span style="color: green; font-family: sans-serif; font-size: 1.1em"><b>{{
device for a scan."><u>Scan Instructions</u></a>
<a class='btn btn-normal' href="/form/edit" target="_blank" rel="noopener" data-toggle="tooltip" title="Edit previously submitted consult forms."><u>Edit previous consult forms</u></a>
<a class='btn btn-normal' href="/privacy" target="_blank" rel="noopener" data-toggle="tooltip" title="Review the built-in sharing feature settings of your device with this."><u>Privacy Checkup</u></a>
<a class='btn btn-normal' href="/evidence" target="_blank" rel="noopener" data-toggle="tooltip" title="Collect evidence here."><u>Evidence</u></a>
<a href="/kill" onclick="window.open('','_self').close();">&#x274C; Close App and End Session</a>
</span>
</h4>
Expand Down
5 changes: 4 additions & 1 deletion web/view/save.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from flask import request, session
import config
from web import app
from db import update_appinfo, update_mul_appinfo, create_report
from db import get_serial_from_db, save_note, update_appinfo, update_mul_appinfo, create_report, get_device_from_db
from web.view.index import get_device


@app.route('/saveapps/<scanid>', methods=["POST"])
Expand Down

0 comments on commit c4d977d

Please sign in to comment.