Skip to content

Commit

Permalink
new: Link to submit an existing capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 29, 2022
1 parent 5200402 commit 14c674e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ <h4>Web forensics tool</h4>
<a href="{{ url_for('capture_web') }}">
<button class="new-capture-button btn btn-primary">Start a new capture</button>
</a>
<a href="{{ url_for('submit_capture') }}">
<button class="new-capture-button btn btn-primary">Submit capture</button>
</a>
<br><br>
{{ render_messages(container=True, dismissible=True) }}
</center>
Expand Down

0 comments on commit 14c674e

Please sign in to comment.