From ebebe4715f8dc92f2664098104b2d9248b6a931b Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 22 Mar 2026 22:47:01 +0000 Subject: [PATCH] RIPLEY --- core/templates/core/dashboard.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html index c6ef6fc..b88362d 100644 --- a/core/templates/core/dashboard.html +++ b/core/templates/core/dashboard.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% block title %}Dashboard | {{ project_name }}{% endblock %} - {% block content %}
@@ -11,10 +9,10 @@
Welcome to the Management System

You are logged in as {{ user.username }}.

- Logout + Logout
-{% endblock %} +{% endblock %} \ No newline at end of file