Skip to content

Commit

Permalink
Fix Dashboard for those with no housing info
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillow committed Jan 25, 2017
1 parent 0ee8f09 commit dea67e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conditional/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h3 class="panel-title">Major Projects</h3>

</div>
<div class="col-lg-6 col-md-6">
{% if housing != False %}
{% if housing %}
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Housing Status</h3>
Expand Down

0 comments on commit dea67e5

Please sign in to comment.