You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/templates/partials/homepage/discussion_nodes.html

4 lines
153 B
HTML

{% if handler.user.hasPerm(perm.PERM_VIEW_DISCUSSION) %}
{% set vnodes = payload %}
{% include 'partials/discussion_nodes_widget.html' %}
{% endif %}