From e52c18a09cabd374093b06ef0f521767cd228ba6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 24 Jun 2020 23:39:05 +0530 Subject: make it better --- app/templates/display_photo.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/templates/display_photo.html (limited to 'app/templates/display_photo.html') diff --git a/app/templates/display_photo.html b/app/templates/display_photo.html new file mode 100644 index 0000000..413e2e1 --- /dev/null +++ b/app/templates/display_photo.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block main %} +

Description: {{ description }}

+

Succesfuly Submitted

+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3