Skip to content

Commit

Permalink
Merge pull request #57 from RTCovid/snookca/fix-broken-layout-visits
Browse files Browse the repository at this point in the history
fix broken layout
  • Loading branch information
rcoh authored Jun 2, 2020
2 parents 4288288 + dd3f4ba commit 2f28d67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/reporting/templates/reporting/encampment_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,12 @@ <h3>Notes / next steps</h3>
<div class="spacer"></div>
<div class="performed-by">{{ visit.performed_by }}</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
<!-- end visits panel -->

<div class="tasks">
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>

Expand Down

0 comments on commit 2f28d67

Please sign in to comment.