Added link to import a profile im register tpl
This commit is contained in:
parent
d21496454b
commit
9152198927
|
@ -278,7 +278,9 @@ function register_content(&$a) {
|
|||
'$nickname' => $nickname,
|
||||
'$license' => $license,
|
||||
'$sitename' => $a->get_hostname(),
|
||||
|
||||
'$importh' => t('Import'),
|
||||
'$importt' => t('Import your profile to this friendica instance'),
|
||||
|
||||
));
|
||||
return $o;
|
||||
|
||||
|
|
|
@ -62,7 +62,11 @@
|
|||
<input type="submit" name="submit" id="register-submit-button" value="{{$regbutt}}" />
|
||||
</div>
|
||||
<div id="register-submit-end" ></div>
|
||||
|
||||
|
||||
<h3>{{$importh}}</h3>
|
||||
<div id ="import-profile">
|
||||
<a href="/uimport">{{$importt}}</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{{$license}}
|
||||
|
|
Loading…
Reference in a new issue