Curie-Web/app/templates/display_photo.html

7 lines
217 B
HTML
Raw Normal View History

2020-06-24 19:09:05 +01:00
{% extends 'base.html' %}
{% block main %}
<h2>Description: {{ description }}</h2>
<p>Succesfuly Submitted</p>
<!-- <img src="{{ url_for('static', filename="uploads/" + filename) }}" /> -->
{% endblock %}