forked from MarseyWorld/MarseyWorld
give error in /search/posts
parent
3442190655
commit
c97acb37f8
|
@ -140,7 +140,15 @@
|
|||
<div class="col-12">
|
||||
<div class="posts">
|
||||
{% block listing_template %}
|
||||
{% if error %}
|
||||
<div class="row no-gutters">
|
||||
<div class="col">
|
||||
{{macros.ghost_box(error, '', 1)}}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{% include "post_listing.html" %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue