Added tmp links to month tables

This commit is contained in:
2022-07-14 16:49:49 +03:00
parent 35398809ce
commit 6afe30ed42
5 changed files with 19 additions and 4 deletions
@@ -18,7 +18,7 @@
<div class="calendar">
{% for month in month_data %}
{% if not month.is_leap_month or year_data.is_leap %}
{% include 'faerun_calendar/month.html' with month=month calendar_data=calendar_data month_days=month_days %}
{% include 'faerun_calendar/month.html' with month=month calendar_data=calendar_data month_days=month_days events=events %}
{% endif %}
{% endfor %}
</div>
@@ -19,7 +19,7 @@
<td>
{% endif %}
<div>{{day}}</div>
<a href="{{year_data.number}}/{{month.number}}/{{day}}">{{day}}</a>
</td>