summaryrefslogtreecommitdiff
path: root/templates/inventory/digital_inventory.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/inventory/digital_inventory.html')
-rw-r--r--templates/inventory/digital_inventory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/inventory/digital_inventory.html b/templates/inventory/digital_inventory.html
index 078233c..a3e92fe 100644
--- a/templates/inventory/digital_inventory.html
+++ b/templates/inventory/digital_inventory.html
@@ -21,16 +21,16 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
{% extends "inventory/base2.html" %}
{% block headermsg %}
- <center><h1 class="nav">ADD A NEW PRODUCT</h1></center>
+ <center><h1 class="nav">ADD A NEW DIGITAL PRODUCT</h1></center>
+ <p>Upload Digital Inventory (like a PDF or html page) via the codeless payments frontend, and the user can then purchase it and view the version hosted by the codeless payment frontend. A large number of uploading format is accepted.</p>
{% endblock headermsg %}
{% block content %}
-<div class="main">
+<div class="main" style="overflow-x: hidden;">
<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 }} -->