added images
This commit is contained in:
@@ -43,7 +43,7 @@ class BlogRecordService(object):
|
||||
if request.authenticated_userid == None:
|
||||
# if user is anonym, display only published posts
|
||||
query = query.filter(BlogRecord.status == 'publié')
|
||||
query = query.order_by(sa.desc(BlogRecord.created)).limit(5).all()
|
||||
query = query.order_by(sa.desc(BlogRecord.created)).limit(10).all()
|
||||
return query
|
||||
|
||||
@classmethod
|
||||
|
||||
BIN
cao_blogr/static/img/Don-niem-biet-co-loi.png
Normal file
BIN
cao_blogr/static/img/Don-niem-biet-co-loi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
cao_blogr/static/img/KN-buoc_1.jpg
Normal file
BIN
cao_blogr/static/img/KN-buoc_1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
cao_blogr/static/img/KN-buoc_1.pdn
Normal file
BIN
cao_blogr/static/img/KN-buoc_1.pdn
Normal file
Binary file not shown.
BIN
cao_blogr/static/img/PARLE_PAS_etape1.jpg
Normal file
BIN
cao_blogr/static/img/PARLE_PAS_etape1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
cao_blogr/static/img/PARLE_PAS_etape1.pdn
Normal file
BIN
cao_blogr/static/img/PARLE_PAS_etape1.pdn
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 57 KiB |
BIN
cao_blogr/static/img/Parle-pas-avec-parole.png
Normal file
BIN
cao_blogr/static/img/Parle-pas-avec-parole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -20,6 +20,11 @@
|
||||
<h4>IMAGES</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<a href="https://www.edrawmind.com/online/files" target="_blank"><span class="glyphicon glyphicon-pencil icone-big"></span>
|
||||
<h4>EdrawMind</h4>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user