link to week

This commit is contained in:
j 2023-10-01 09:16:27 +02:00
commit cfe1fe71fb
2 changed files with 2 additions and 1 deletions

View file

@ -27,5 +27,6 @@ def week(year, month, day):
monday = context['this_week'] = date.strftime('%Y-%m-%d')
context['this_year'] = date.strftime('%Y')
context['week_title'] = 'Phantas.ma weekly update %s' % format_week(monday)
context['week_link'] = settings.URL + '/_' + monday
context['items'] = archive_week
return render_to_string("weekly_email.html", context)