Mr Duhaz 1 年間 前
コミット
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-57.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.p_adresse = reverse('blog_index')
 	page.blog_art = Blog.objects.filter(b_titre_slugify = bart)[:1]
+	page.c_card_mp = "True"
 
 	for art in page.blog_art:
 		page.p_titre = art.b_titre