Skip to content

Commit

Permalink
Moved path manipulation upstream (to .py)
Browse files Browse the repository at this point in the history
Partly addresses Issue #77
  • Loading branch information
greiginsydney committed Jun 17, 2021
1 parent 220402b commit 5b67cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Raspberry Pi/www/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<table>
<tr>
<td>
<a href="{{ url_for('static',filename=('photos/' + piLastImageFile))}}" target="_blank"><img src="{{ url_for('static',filename=('photos/' + piLastImageFile))}}" alt="last image" width="100%"></a>
<a href="{{ url_for('static',filename=(piLastImageFile))}}" target="_blank"><img src="{{ url_for('static',filename=(piLastImageFile))}}" alt="last image" width="100%"></a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 5b67cbf

Please sign in to comment.