remove dummy "empty" vars, just check if the arrays are empty
This commit is contained in:
committed by
richard-dds
parent
6973443f36
commit
6db9db3f7d
@@ -1,12 +1,8 @@
|
||||
{% extends "base_workspace.html.to" %}
|
||||
|
||||
{% block template_vars %}
|
||||
{% set projectsEmpty = False %}
|
||||
{% end %}
|
||||
|
||||
{% block workspace_content %}
|
||||
|
||||
{% if projectsEmpty %}
|
||||
{% if not projects %}
|
||||
|
||||
{% module EmptyState(
|
||||
'There are currently no projects set up for this Workspace.',
|
||||
|
Reference in New Issue
Block a user