Add sections progress plugin
This commit is contained in:
parent
bde9bf6000
commit
f83a193916
4 changed files with 18 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue