This commit is contained in:
2018-05-12 04:47:41 +05:30
parent fd4ef1ca85
commit b1e219f662
46 changed files with 423 additions and 374 deletions

View File

@@ -0,0 +1,11 @@
<b style="color:green"><h2>{{ sign_up_msg }}, {{ name }}</h2></b>
<header><b>You may perform a product search below:</b></header><br>
<div class="panel panel-primary">
<form action="/api/product" method="GET">
<input type="text" name="name" required/><br/><br/><br/>
<input type="text" name="output_type" value = "html" hidden/>
<input type="text" name="user_id" value = "{{ user_id }}" hidden/>
<input type="submit" name="Search">
</form>
</div>