mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
register template may link to the TOS as well
This commit is contained in:
parent
6cef0fbaeb
commit
6f5b6a073a
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
|||
|
||||
{{$publish}}
|
||||
|
||||
{{if $showtoslink}}
|
||||
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
|
||||
{{/if}}
|
||||
|
||||
<div id="register-submit-wrapper">
|
||||
<input type="submit" name="submit" id="register-submit-button" value="{{$regbutt|escape:'html'}}" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue