Skip to content
Snippets Groups Projects
Commit daf524eb authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed search layout

parent 65a9a2d3
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,10 @@
<div class="panel-heading">
<h1 class="panel-title">Videos</h1>
</div>
<div class="panel-body">
{% if lectures == [] %}
Nichts gefunden!
<div class="panel-body">
<p class="bg-danger" style="font-size: xx-large;">Nichts gefunden!</p>
</div>
{% else %}
<ul class="list-group videopreview">
{% for lecture in lectures %}
......@@ -31,5 +32,4 @@
</ul>
{% endif %}
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment