summaryrefslogtreecommitdiff
path: root/templates/inventory/signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/inventory/signup.html')
-rw-r--r--templates/inventory/signup.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/inventory/signup.html b/templates/inventory/signup.html
index 7ed3c8c..6dd4fda 100644
--- a/templates/inventory/signup.html
+++ b/templates/inventory/signup.html
@@ -22,6 +22,7 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
{% block headermsg %}
<center><h1 class="nav">Register</h1></center>
+ <p>Register as a Merchant. If you already registered, please login <a href="/accounts/login">here</a>.</p>
{% endblock headermsg %}
{% block content %}
@@ -36,6 +37,9 @@ with the Taler Codeless Merchant. If not, see <https://www.gnu.org/licenses/>.
{% if field.label == 'Directly enter the Plain PaytoURI' %}
<br><br><label class="tooltip">{{ field.label }}<font size="1"><span class="tooltiptext">This field is not necessary, if you have choosen the address type.</span></font></label>
{{ field }}
+ {% elif field.label == 'Payment Address type' %}
+ <br><br><label class="tooltip">{{ field.label }}<font size="1"><span class="tooltiptext">Choose the type of payment method from the list.</span></font></label>
+ {{ field }}
{% else %}
<label class="mylabel">{{ field.label }}</label>
{{ field }}