forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-29 09:10:36 +02:00
parent 9604d9e2fa
commit 802b9aba9c
1 changed files with 17 additions and 5 deletions

View File

@ -1,11 +1,23 @@
{% extends "search.html" %} {% extends "search.html" %}
{% block listing_template %} {% block listing_template %}
<div class="posts p-3 p-md-0"> <div class="posts p-3 p-md-0">
{% with comments=comments %} {% include "comments.html" %}
{% include "comments.html" %} </div>
{% endwith %}
</div> {% if error %}
<div class="row no-gutters">
<div class="col">
<div class="text-center px-3 my-3">
<span class="fa-stack fa-2x text-muted mb-4">
<i class="fas fa-square text-gray-500 opacity-25 fa-stack-2x"></i>
<i class="fas text-gray-500 fa-ghost fa-stack-1x text-lg"></i>
</span>
<h2 class="h5">{{error}}</h2>
</div>
</div>
</div>
{% endif %}
{% endblock %} {% endblock %}
{% block listinglength %} {% block listinglength %}