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