summaryrefslogtreecommitdiff
path: root/templates/inventory/new_product.html
diff options
context:
space:
mode:
authorshivam kohli <kohlishivam5522@gmail.com>2018-07-05 04:43:22 +0530
committershivam kohli <kohlishivam5522@gmail.com>2018-07-05 04:43:22 +0530
commit1cfc3be3bc7d089f2e01f6e4546476efd455f601 (patch)
tree5785e9ad96ccecfcc6a38983dee511ed6b791578 /templates/inventory/new_product.html
parentcd3fdd5d00fe2ce4b49a5cf3577fc7886e2fbf31 (diff)
downloadcodeless-1cfc3be3bc7d089f2e01f6e4546476efd455f601.tar.gz
codeless-1cfc3be3bc7d089f2e01f6e4546476efd455f601.tar.bz2
codeless-1cfc3be3bc7d089f2e01f6e4546476efd455f601.zip
added licence header and digital inventory
Diffstat (limited to 'templates/inventory/new_product.html')
-rw-r--r--templates/inventory/new_product.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/inventory/new_product.html b/templates/inventory/new_product.html
index a8d4868..55126f8 100644
--- a/templates/inventory/new_product.html
+++ b/templates/inventory/new_product.html
@@ -1,4 +1,23 @@
<!DOCTYPE html>
+<!--
+This file is part of the Taler Codeless Merchant.
+(C) 2018 GNUnet e.V.
+
+The Taler Codeless Merchant is free software: you can redistribute it and/or
+modify it under the terms of the GNU Affero General Public License as published
+by the Free Software Foundation, either version 3 of the License, or (at your
+option) any later version.
+
+The Taler Codeless Merchant is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
+for more details.
+
+You should have received a copy of the GNU Affero General Public License along
+with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
+
+@author Shivam Kohli
+ -->
<html>
<head>
<title>Home</title>
@@ -139,6 +158,18 @@
</div>
</section>
+ <section id="contact">
+ <div class="container">
+ <form method="post" enctype="multipart/form-data">
+ <form method="post" enctype="multipart/form-data">
+ <h1>FOR DIGITAL INVENTORY</h1>
+ {% csrf_token %}
+ {{ form.as_p }}
+ <button name="add_product" type="submit" class="submit">Add Product</button>
+ </form>
+ </div>
+ </section>
+
</div>
</body>