remove dummy "empty" vars, just check if the arrays are empty

This commit is contained in:
Andrew Croce
2018-07-31 12:07:25 -04:00
parent d9d638ab3b
commit 4331f54adb
3 changed files with 3 additions and 15 deletions

View File

@@ -1,12 +1,8 @@
{% extends "base_workspace.html.to" %}
{% block template_vars %}
{% set membersEmpty = False %}
{% end %}
{% block workspace_content %}
{% if membersEmpty %}
{% if not members %}
{% module EmptyState(
'There are currently no members in this Workspace.',