added images
This commit is contained in:
@@ -43,7 +43,7 @@ class BlogRecordService(object):
|
|||||||
if request.authenticated_userid == None:
|
if request.authenticated_userid == None:
|
||||||
# if user is anonym, display only published posts
|
# if user is anonym, display only published posts
|
||||||
query = query.filter(BlogRecord.status == 'publié')
|
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
|
return query
|
||||||
|
|
||||||
@classmethod
|
@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 |
@@ -20,6 +20,11 @@
|
|||||||
<h4>IMAGES</h4>
|
<h4>IMAGES</h4>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user