diff --git a/Discussions/templates/board.html b/Discussions/templates/board.html index b4a85e5..89cd053 100644 --- a/Discussions/templates/board.html +++ b/Discussions/templates/board.html @@ -3,24 +3,26 @@ {{board.title}} - {{show.name}} Discussions - Episodes.Community {% endblock %} {% load markdown %} +{% load guardian_tags %} {% block content %} +{% get_obj_perms request.user for show as "show_perms" %}