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 %}