From e6c1623a4235f267c6e7909ad22e78863af48700 Mon Sep 17 00:00:00 2001 From: 27chan Date: Mon, 10 Aug 2015 22:09:26 -0300 Subject: [PATCH] Add extension mp4 --- templates/post/image.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/post/image.html b/templates/post/image.html index 818ccb57..16fe20b6 100644 --- a/templates/post/image.html +++ b/templates/post/image.html @@ -1,16 +1,16 @@ - {% if post.thumb|extension == 'webm' %} + {% if post.thumb|extension == 'webm' or post.thumb|extension == 'mp4' %}