Reworked DB structure
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<tr>
|
||||
{% endif %}
|
||||
|
||||
{% if year == calendar_data.current_year and month.number == calendar_data.current_month and day == calendar_data.current_day %}
|
||||
{% if day == calendar_data.current_day.number and year_data == calendar_data.current_year and month == calendar_data.current_month %}
|
||||
<td class="current">
|
||||
{% else %}
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user