add link to TOS in frios registration template if enabled
This commit is contained in:
parent
eec0826750
commit
f285d9c7eb
|
@ -60,6 +60,10 @@
|
|||
|
||||
{{$publish}}
|
||||
|
||||
{{if $showtoslink}}
|
||||
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
|
||||
{{/if}}
|
||||
|
||||
<div id="register-submit-wrapper" class="pull-right">
|
||||
<button type="submit" name="submit" id="register-submit-button" class="btn btn-primary" value="{{$regbutt|escape:'html'}}">{{$regbutt|escape:'html'}}</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue