aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-07 08:15:06 +0000
committerMario <mario@mariovavti.com>2021-05-07 08:15:06 +0000
commit9ad2b017e235e26f0d7fee26e2fc9dd532dd8629 (patch)
tree1a5c2fda39d9d2e714930506961e778e8f703e26 /view/tpl
parent1fd5f5c893d224a523ecf279ec65c1cf933b2065 (diff)
downloadvolse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.tar.gz
volse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.tar.bz2
volse-hubzilla-9ad2b017e235e26f0d7fee26e2fc9dd532dd8629.zip
register: fix language issue and add additional info to the infobox if email verification is configured
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/regate.tpl2
-rw-r--r--view/tpl/regate_pre.tpl3
2 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/regate.tpl b/view/tpl/regate.tpl
index b9239ee46..57ca2c1b3 100644
--- a/view/tpl/regate.tpl
+++ b/view/tpl/regate.tpl
@@ -11,6 +11,8 @@
<div class="section-content-info-wrapper">
{{$desc}} {{$id}}
<div class="h3">{{$pin}}</div>
+ {{if $email_extra}}<b>{{$email_extra}}</b>{{/if}}
+
</div>
<form action="regate/{{$did2}}" method="post">
diff --git a/view/tpl/regate_pre.tpl b/view/tpl/regate_pre.tpl
index 7596f6846..b23797add 100644
--- a/view/tpl/regate_pre.tpl
+++ b/view/tpl/regate_pre.tpl
@@ -15,13 +15,14 @@
<div class="section-content-info-wrapper">
{{$strings.1}} {{$id}}
<div class="h3">{{$pin}}</div>
+ {{if $strings.2}}<b>{{$strings.2}}</b>{{/if}}
</div>
<div class="d-none">
{{$strings.2}}<br>
<span id="register_start" data-utc="{{$regdelay}}" class="register_date">
{{$regdelay}}
</span>
- &nbsp;&dash;&nbsp;
+ &nbsp;&dash;&nbsp;
<span data-utc="{{$regexpire}}" class="register_date">
{{$regexpire}}
</span>