home.pt : BLOG -> blog

This commit is contained in:
2021-09-11 10:21:09 +02:00
parent e8542c9b66
commit eead9c76fe
3 changed files with 1 additions and 1 deletions

BIN
bd_mesavoirs.mwb Normal file

Binary file not shown.

BIN
bd_mesavoirs.mwb.bak Normal file

Binary file not shown.

View File

@@ -72,7 +72,7 @@ def home(request):
id_photo = member.photo_instagram id_photo = member.photo_instagram
# lire toutes les docs # lire toutes les docs
items = get_docs_bytopic(request, 'BLOG', logged_in) items = get_docs_bytopic(request, 'blog', logged_in)
return { return {
'page_title': "Méditer, cest ouvrir la cage", 'page_title': "Méditer, cest ouvrir la cage",