diff options
Diffstat (limited to 'app/templates/display_photo.html')
-rw-r--r-- | app/templates/display_photo.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/templates/display_photo.html b/app/templates/display_photo.html deleted file mode 100644 index 413e2e1..0000000 --- a/app/templates/display_photo.html +++ /dev/null @@ -1,7 +0,0 @@ -{% 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 |