diff --git a/wwwapp/templates/contact.html b/wwwapp/templates/contact.html new file mode 100644 index 0000000..8ec8a87 --- /dev/null +++ b/wwwapp/templates/contact.html @@ -0,0 +1,411 @@ +{% load static %} + + + + + + + + + + + + + Smart Care by {{name}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + +
+ + + + + + +
+
+ + + +
+
+
+ + +

Questions? Let's Talk

+ + +

Want to learn more about Martex, get a quote, or speak with an expert? + Let us know what you are looking for and we’ll get back to you right away +

+ +
+
+
+ + + +
+
+
+
+ + +
+

This question is about:

+ Choose a topic, so we know who to send your request to: + +
+ + +
+

Your Name:

+ Please enter your real name: + +
+ +
+

Your Email Address:

+ Please carefully check your email address for accuracy + +
+ +
+

Explain your question in details:

+ Your OS version, Martex version & build, steps you did. Be VERY precise! + +
+ + +
+ +
+ +
+

We are committed to your privacy. Martex uses the information you + provide us to contact you about our relevant content, products, and services. + You may unsubscribe from these communications at any time. For more information, + check out our Privacy Policy. +

+
+ + +
+ +
+ +
+
+
+
+ + +
+
+ + + + + +
+ + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wwwapp/views.py b/wwwapp/views.py index 6dc7bc8..186395a 100644 --- a/wwwapp/views.py +++ b/wwwapp/views.py @@ -7,7 +7,7 @@ def home_page(request): #return HttpResponse('Hrllo Medical') def contact_page(request): - return render(request,'home.html',{'name':'autoMedSys AI'}) + return render(request,'contact.html',{'name':'autoMedSys AI'}) def blog_page(request): return render(request,'home.html',{'name':'autoMedSys AI'})