update
This commit is contained in:
+3
-1
@@ -6,8 +6,10 @@ def aboutPageFront(request):
|
||||
seo = aboutPageSEO.objects.first()
|
||||
aboutpage = aboutPage.objects.first()
|
||||
about = aboutSection.objects.first()
|
||||
sliders = sliderSection.objects.all()
|
||||
|
||||
context = {
|
||||
context ={
|
||||
'sliders' : sliders,
|
||||
'seo' : seo,
|
||||
'aboutpage' : aboutpage,
|
||||
'about' : about,
|
||||
|
||||
Reference in New Issue
Block a user