style the front page and create navbar

This commit is contained in:
Jannis Portmann 2021-04-27 10:20:02 +02:00
parent 2d6a4eacd5
commit d71656dd00
3 changed files with 35 additions and 2 deletions

View file

@ -24,6 +24,6 @@
{% endfor %}
</div>
{% else %}
<p>There are currently no active listings</p>
<div class="alert alert-warning" role="alert">There are currently no active listings.</div>
{% endif %}
{% endblock %}