From 44f65db09893e672ba8fc21907cd16323fbacc61 Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 22 Sep 2016 20:59:06 -0300 Subject: [PATCH] Adding action menu to answer [Issue: #73] --- forum/templates/forum_list.html | 21 ++++++++++++++++++--- forum/templates/post_answer_list.html | 15 ++++++++++++++- forum/templates/post_list.html | 2 +- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/forum/templates/forum_list.html b/forum/templates/forum_list.html index 40fec35..6845d7f 100644 --- a/forum/templates/forum_list.html +++ b/forum/templates/forum_list.html @@ -1,10 +1,25 @@ -{% load i18n %} +{% load i18n permission_tags %} {% if foruns|length > 0 %} {% for forum in foruns %} - diff --git a/forum/templates/post_answer_list.html b/forum/templates/post_answer_list.html index f8c79b7..e24b012 100644 --- a/forum/templates/post_answer_list.html +++ b/forum/templates/post_answer_list.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load i18n permission_tags %} {% if answers|length > 0 %}