fix up month, etc. view not having proper divs for heading rows
This commit is contained in:
@@ -92,12 +92,12 @@
|
||||
{% endif %}
|
||||
{% elif which == "Month" %}
|
||||
{% if last.printed != obj.file_details[0].woy %}
|
||||
<h6>Week #: {{obj.file_details[0].woy}} of {{obj.file_details[0].year}}</h6></div><div class="row">
|
||||
</div><h6>Week #: {{obj.file_details[0].woy}} of {{obj.file_details[0].year}}</h6></div><div class="row">
|
||||
{% set last.printed = obj.file_details[0].woy %}
|
||||
{% endif %}
|
||||
{% elif which == "Year" %}
|
||||
{% if last.printed != obj.file_details[0].month %}
|
||||
<h6>Month: {{obj.file_details[0].month}} of {{obj.file_details[0].year}}</h6></div><div class="row">
|
||||
</div><h6>Month: {{obj.file_details[0].month}} of {{obj.file_details[0].year}}</h6></div><div class="row">
|
||||
{% set last.printed = obj.file_details[0].month %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user