From 34d3a95cbf14f160d9df9ccd6e25291117281be8 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 9 Apr 2024 09:47:33 -0400 Subject: [PATCH] Fix text --- wwwapp/templates/home.html | 12 ++++++------ wwwapp/views.py | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/wwwapp/templates/home.html b/wwwapp/templates/home.html index b4a96bb..a229d0b 100644 --- a/wwwapp/templates/home.html +++ b/wwwapp/templates/home.html @@ -345,7 +345,7 @@

Healthcare solution in all directions

-

Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis +

Follow our coverage of personal, business, and institutional needs.

@@ -1941,8 +1941,8 @@ @@ -1976,9 +1976,9 @@ diff --git a/wwwapp/views.py b/wwwapp/views.py index 1d52f7b..a88b9f6 100644 --- a/wwwapp/views.py +++ b/wwwapp/views.py @@ -3,10 +3,11 @@ from django.http import HttpResponse # Create your views here. def home_page(request): - x=1 - y=2 return render(request,'home.html',{'name':'autoMedSys AI'}) #return HttpResponse('Hrllo Medical') def blog_page(request): + return render(request,'home.html',{'name':'autoMedSys AI'}) + +def product_abulatory(request): return render(request,'home.html',{'name':'autoMedSys AI'}) \ No newline at end of file