Skip to content
Snippets Groups Projects
Commit 87a26533 authored by Arno Wunderlich's avatar Arno Wunderlich
Browse files

removed email form

parent d79e078e
No related branches found
No related tags found
1 merge request!47Remove email from add item form
...@@ -14,10 +14,6 @@ ...@@ -14,10 +14,6 @@
<main> <main>
<form class="container-fluid" action="{{ url_for('views.add_item') }}" method="POST" enctype="multipart/form-data"> <form class="container-fluid" action="{{ url_for('views.add_item') }}" method="POST" enctype="multipart/form-data">
<div class="container"> <div class="container">
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" id="email" name="email" aria-describedby="emailHelp">
</div>
<div class="mb-3"> <div class="mb-3">
<label for="nItem" class="form-label">Item's name</label> <label for="nItem" class="form-label">Item's name</label>
<input type="text" class="form-control" id="nItem" name="nItem"> <input type="text" class="form-control" id="nItem" name="nItem">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment