Skip to content

Commit dea67e5

Browse files
committed
Fix Dashboard for those with no housing info
1 parent 0ee8f09 commit dea67e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/templates/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h3 class="panel-title">Major Projects</h3>
253253

254254
</div>
255255
<div class="col-lg-6 col-md-6">
256-
{% if housing != False %}
256+
{% if housing %}
257257
<div class="panel panel-default">
258258
<div class="panel-heading">
259259
<h3 class="panel-title">Housing Status</h3>

0 commit comments

Comments
 (0)