From 3d5372d7d2cd587ebbadecc3fd66371a59362a24 Mon Sep 17 00:00:00 2001
From: Michael Drury <mpdrury15@gmail.com>
Date: Mon, 29 Jan 2024 13:36:48 +0000
Subject: [PATCH] In last message was meant to be CSS no SQL also added titles
 to the boxes on the profile page

---
 shop/templates/user_page.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shop/templates/user_page.html b/shop/templates/user_page.html
index ea72aa5..4fb5fcb 100644
--- a/shop/templates/user_page.html
+++ b/shop/templates/user_page.html
@@ -34,7 +34,6 @@
                 </p>
                 <p class="login_field">
                     {{ mobile_form.new_mobile.label }} {{ mobile_form.new_mobile(class = "input_field") }} {{ mobile_form.submit2(class = "add_to_button") }}
-
                 </p>
             </div>
         </form>
-- 
GitLab