fix archive style
This commit is contained in:
parent
c2988c0b2f
commit
acf4764ca0
3 changed files with 8 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ def index(request):
|
|||
return render(request, 'index.html', context)
|
||||
|
||||
|
||||
def archive(request):
|
||||
def archive(request, week=None):
|
||||
context = default_context(request)
|
||||
qs = models.Item.public()
|
||||
week, archive = models.Item.public()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue