From ef55697879e04cbc122c7a33f891cfe437a5d21e Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 3 Dec 2022 16:39:33 +0530 Subject: [PATCH] fix: dashboard home title --- templates/pages/dash/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/dash/index.html b/templates/pages/dash/index.html index a605993..d7f34dd 100644 --- a/templates/pages/dash/index.html +++ b/templates/pages/dash/index.html @@ -1,4 +1,4 @@ -{% extends 'base' %}{% block title %} Add Site{% endblock title %} {% block nav +{% extends 'base' %}{% block title %} Dashboard{% endblock title %} {% block nav %} {% include "auth_nav" %} {% endblock nav %} {% block main %}