Add sections progress plugin

This commit is contained in:
Stefan Wehrmeyer 2022-03-14 14:29:02 +01:00
parent bde9bf6000
commit f83a193916
4 changed files with 18 additions and 9 deletions

View file

@ -1,4 +1,5 @@
{% load thumbnail %}
{% load govplan %}
<style>
{% for section in sections %}
@ -27,11 +28,11 @@
{% endif %}
</div>
<div class="flex-grow-1 tight-margin p-3 p-md-4 cms-plugin cms-plugin-87888">
progress bar
{% get_section_progress section %}
</div>
</div>
</div>
</a>
</div>
{% endfor %}
</div>
</div>