work on home page, fix views & templates issues

This commit is contained in:
bkfox
2019-09-10 17:57:24 +02:00
parent 215a6ac331
commit e30d1b54ef
51 changed files with 658 additions and 276 deletions

View File

@ -29,11 +29,10 @@
data-admin-utc-offset="{% now "Z" %}">
<!-- Container -->
<div id="app">
<div>
{% if not is_popup %}
<!-- Header -->
<nav class="navbar is-dark">
<nav class="navbar is-dark has-shadow">
<div class="navbar-brand">
{% block branding %}{% endblock %}
</div>