added images

This commit is contained in:
2022-07-08 15:10:20 +02:00
parent edd311a2f8
commit 67dc71304a
9 changed files with 6 additions and 1 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -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">