aboutsummaryrefslogtreecommitdiff
path: root/app/templates/display_photo.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/display_photo.html')
-rw-r--r--app/templates/display_photo.html7
1 files changed, 7 insertions, 0 deletions
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 %}
+ <h2>Description: {{ description }}</h2>
+ <p>Succesfuly Submitted</p>
+ <!-- <img src="{{ url_for('static', filename="uploads/" + filename) }}" /> -->
+{% endblock %} \ No newline at end of file