DB structure reworked little bit more

This commit is contained in:
2022-07-14 16:21:56 +03:00
parent 2c928e7952
commit 35398809ce
4 changed files with 15 additions and 34 deletions
@@ -13,7 +13,7 @@
<tr>
{% endif %}
{% if day == calendar_data.current_day.number and year_data == calendar_data.current_year and month == calendar_data.current_month %}
{% if day == calendar_data.current_day and year_data == calendar_data.current_year and month == calendar_data.current_month %}
<td class="current">
{% else %}
<td>