Refactor how url loading works for static files
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user