1
0
Mr Duhaz 1 жил өмнө
parent
commit
6a0f81ed6a
2 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 2 0
      .gitignore
  2. 1 0
      blog/views.py

+ 2 - 0
.gitignore

@@ -57,3 +57,5 @@ static/uploads/2024-02-14_20-23.png
 static/uploads/2024-02-14_20-27.png
 static/uploads/2024-02-14_20-27.png
 static/uploads/2024-02-14_20-57.png
 static/uploads/2024-02-14_20-57.png
 static/uploads/unnamed.png
 static/uploads/unnamed.png
+static/uploads/2024-02-14_20-22.png
+static/uploads/Hackintosh-780x495.jpg

+ 1 - 0
blog/views.py

@@ -83,6 +83,7 @@ def blog_play(request, bart):
 	page = gen_page_base()
 	page = gen_page_base()
 	page.p_adresse = reverse('blog_index')
 	page.p_adresse = reverse('blog_index')
 	page.blog_art = Blog.objects.filter(b_titre_slugify = bart)[:1]
 	page.blog_art = Blog.objects.filter(b_titre_slugify = bart)[:1]
+	page.c_card_mp = "True"
 
 
 	for art in page.blog_art:
 	for art in page.blog_art:
 		page.p_titre = art.b_titre
 		page.p_titre = art.b_titre