Commit 1567adda authored by Masarath Fatima's avatar Masarath Fatima

Delete db.html

parent c4c05284
<form action="" method="post">
<h1> Flask database migrations </h1>
<p>
{{ form.DB_NAMES }}<br>
{% for db in form.DB_NAMES.errors %}
<span style="color: red;">[{{ db }}]</span>
{% endfor %}
</p>
<p>{{ form.submit() }}</p>
</form>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment