chg: Make icon on capture page a link to index

Related: #117
pull/122/head
Raphaël Vinot 2020-11-03 17:16:37 +01:00
parent 6e3f051752
commit 9b6c2b9f42
1 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@
{% block content %}
<div class="container">
<center>
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}"
alt="Lookyloo" width="400">
<a href="{{ url_for('index') }}" title="Go back to index">
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}"
alt="Lookyloo" width="400">
</a>
</center>
</br>
<form role="form" action="{{ url_for('capture_web') }}" method=post enctype=multipart/form-data>