mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-10 23:30:17 -04:00
Added context into rendering in view
This commit is contained in:
parent
f37229e0e7
commit
a631263a4c
|
@ -11,7 +11,7 @@
|
|||
<p class="lead">We are the class to beat!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container news">
|
||||
<div class="container news mb-5">
|
||||
<h1 class="text-center font-weight-bold">2023 News</h1>
|
||||
<br><br>
|
||||
<div class="row">
|
||||
|
|
|
@ -18,7 +18,7 @@ def index(request):
|
|||
'bar': bar
|
||||
}
|
||||
|
||||
return render(request, 'pages/index.html')
|
||||
return render(request, 'pages/index.html', context)
|
||||
|
||||
|
||||
def council(request):
|
||||
|
|
Loading…
Reference in New Issue
Block a user