From dcf97d6b5b5715388412f18544c2e63f877ba19f Mon Sep 17 00:00:00 2001
From: Michael Foster
Date: Sun, 18 Aug 2013 18:17:12 +1000
Subject: [PATCH] Add optional modifier: to tell Tinyboard
that even though an image might have a thumbnail, it could still be a
non-image upload
---
templates/post_reply.html | 2 +-
templates/post_thread.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/post_reply.html b/templates/post_reply.html
index 65fd576c..bc3d36cd 100644
--- a/templates/post_reply.html
+++ b/templates/post_reply.html
@@ -91,7 +91,7 @@
)
-
+
+
![](
{% if post.thumb == 'file' %}
{{ config.root }}
)