option to use gradient backgrounds
This commit is contained in:
parent
f84d0238f0
commit
c7ce34b0da
8 changed files with 214 additions and 1 deletions
|
|
@ -109,6 +109,7 @@ def archive(request, year=None, month=None, day=None, week=None):
|
|||
if extra:
|
||||
context['week_title'] = extra.title
|
||||
context['week_byline'] = extra.byline
|
||||
context['week_background'] = extra.background
|
||||
elif week:
|
||||
week = int(week)
|
||||
year = int(year)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue