From 9f6d68fbbce368246f8b0db7d18fe6d4a3c1aba0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 10 Dec 2021 18:56:56 +0100 Subject: [PATCH] format base --- core/templates/core/base.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 7769530..2283e2d 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -1,14 +1,15 @@ {% load static %} - - - - - - - Network Inventory - + + + + + + + + Network Inventory +
Home | @@ -19,7 +20,7 @@ {% if user.is_authenticated %} Logout | {% else %} - Login | + Login | {% endif %}

{% block section_title %}Device Inventory{% endblock %}

{% block content %}{% endblock %}