add user public gallery link to index

This commit is contained in:
iou1name 2018-06-05 12:37:49 -04:00
parent 6ac585d9f5
commit f750421141

View File

@ -9,6 +9,7 @@
<a href="{{ url_for('change_password') }}">Change password</a><br />
<a href="{{ url_for('logout') }}">Logout</a><br />
<a href="{{ url_for('manage_uploads') }}">Manage Uploads</a><br />
<a href="{{ url_for('gallery', username=session.username) }}">Public Gallery</a><br />
<p>Select file to upload:
<p><input type="file" name="file" required multiple/><br />
<input type="checkbox" name="randname"/> Generate random filename.<br />