tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 0d3d565353c7205b4276a160f4591322da918348
parent 8e2228255178246cd7f95ad896bf62b71c0b46d1
Author: rob <rob@tarina.org>
Date:   Thu,  9 May 2019 00:23:00 +0300

sss jpeg not jpg

Diffstat:
Msrv/templates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srv/templates/index.html b/srv/templates/index.html @@ -7,7 +7,7 @@ $var unrenderedfilms = unrenderedfilms $for i in renderedfilms: <p>--------------------------------------------------------------</p> <h2>$i</h2> - <a href="static/Videos/$i/${i}.mp4"><img width="80%" src="static/Videos/$i/scene001/shot001/take001.jpg"/></a><br> + <a href="static/Videos/$i/${i}.mp4"><img width="80%" src="static/Videos/$i/scene001/shot001/take001.jpeg"/></a><br> <p>Copy project to your destination:</p> <pre>scp -r pi@tarina.local:~/Videos/$i ~/films/$i</pre> <h1>Films unrendered</h1>