From 8afe17b984cae3d1e934f92024bbc683d4668c48 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 28 Jan 2019 19:01:37 +0000 Subject: Add comment ratelimiting, allow any member to open threads --- app/templates/macros/threads.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'app/templates') diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index 65f02f4..fd7b648 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -42,11 +42,18 @@ -
- -
- -
+ {% if current_user.canCommentRL() %} +
+ +
+ +
+ {% else %} +
+
+ +
+ {% endif %} -- cgit v1.2.3