Refactor how url loading works for static files

This commit is contained in:
Jan Tuomi
2018-01-26 08:21:33 +02:00
parent f0ea3505e4
commit 77330dffe9
21 changed files with 371 additions and 182 deletions
+1 -1
View File
@@ -170,4 +170,4 @@ def ohlhafv_list(request, *args, **kwargs):
'challenges': challenges,
'challenge_count': len(challenges),
}
return render(request, 'ohlhafv/list.html', context)
return render(request, 'ohlhafv/list.html', context)