From 01c46a26fba7d9e94146e3abdc96656a6ab0f911 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 14 Nov 2024 18:08:26 +0100 Subject: [PATCH] Change the title to CRUD management system --- Django-web-Application-with-CRUD-operations | 2 +- videogames_register/templates/videogames_register/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Django-web-Application-with-CRUD-operations b/Django-web-Application-with-CRUD-operations index 02a445b5..5cfd9c02 160000 --- a/Django-web-Application-with-CRUD-operations +++ b/Django-web-Application-with-CRUD-operations @@ -1 +1 @@ -Subproject commit 02a445b58b7a8c04e228207b9ba9d92ff51e1ed0 +Subproject commit 5cfd9c025f5090ba001bd1425662efdabd54df59 diff --git a/videogames_register/templates/videogames_register/base.html b/videogames_register/templates/videogames_register/base.html index 100e63dd..9fbb4b7e 100644 --- a/videogames_register/templates/videogames_register/base.html +++ b/videogames_register/templates/videogames_register/base.html @@ -27,7 +27,7 @@

ThreadingLabs

-

Threading Labs CRUD Management System

+

CRUD management system for staff


{% block content %} {% endblock content %}