From cbf3f219d06c7b7ca5b2021fd473e148bbb6ecab Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 23 Aug 2018 10:23:53 +0200 Subject: [PATCH] Show messagebox about posting images --- wowfunding/templates/comment_reply.html | 11 ++++++++++- wowfunding/templates/comments.html | 10 +++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/wowfunding/templates/comment_reply.html b/wowfunding/templates/comment_reply.html index 0740b95..368339f 100644 --- a/wowfunding/templates/comment_reply.html +++ b/wowfunding/templates/comment_reply.html @@ -21,11 +21,20 @@

{% if logged_in %} +
-

+

+
+
+ +
+
+
{% else %} You need to be logged in to comment. diff --git a/wowfunding/templates/comments.html b/wowfunding/templates/comments.html index 77abdcf..a502051 100644 --- a/wowfunding/templates/comments.html +++ b/wowfunding/templates/comments.html @@ -7,7 +7,15 @@
-

+

+
+
+ +
+
+
{% else %} You need to be logged in to comment.