secret key!

This commit is contained in:
Marijn Jansen
2019-03-22 16:28:47 +01:00
parent 9b16c9a87a
commit b137cdc522
2 changed files with 16 additions and 20 deletions

View File

@@ -3,6 +3,11 @@
Upload File - mvl
{% endblock %}
{% block main %}
{% if get_flashed_messages() %}
<div class="alert alert-primary border text-center" role="alert">
{{ get_flashed_messages() | join(" ") }}
</div>
{% endif %}
<main class="container">
<h1>Upload new Photo</h1>
<form class="" method=post enctype=multipart/form-data>