06/05 Optimize app
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
{% if completed_goals %}
|
||||
<div class="pcard">
|
||||
<div class="pcard-title mb-3">Completed Goals 🎉</div>
|
||||
<div class="table-wrap">
|
||||
<table class="pfm-table">
|
||||
<thead><tr><th>Goal</th><th>Target</th><th>Completed</th></tr></thead>
|
||||
<tbody>
|
||||
@@ -137,6 +138,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user