diff --git a/pythonpro/modules/templates/modules/module_detail.html b/pythonpro/modules/templates/modules/module_detail.html index 7a938471..db77a2ce 100644 --- a/pythonpro/modules/templates/modules/module_detail.html +++ b/pythonpro/modules/templates/modules/module_detail.html @@ -1,6 +1,6 @@ {% extends 'core/base.html' %} {% load static %} - +{% load permission_tags %} {% block title %}{{ module.title }}{% endblock %} {% block description %}{{ module.description }}{% endblock %} @@ -15,7 +15,7 @@

{{ module.title }}

  • {{ module.objective }}
  • - {% if module.slug == 'python-birds' %} + {% if module.slug == 'python-birds' and user|has_role:'client,member' %}
    Duração: 4 semanas