mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Merge pull request #8132 from annando/child-user
Fix: You can now register an account when you haven't done it before
This commit is contained in:
commit
c58dc357d4
2 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
|||
<h3>{{$header}}</h3>
|
||||
|
||||
{{if !$is_child_user}}
|
||||
<h4>{{$account_header}}</h4>
|
||||
<div id="add-account-desc" class="add-account-desc">{{$account_desc}}</div>
|
||||
<a href='register'>{{$add_account}}</a>
|
||||
{{/if}}
|
||||
|
||||
{{if $parent_user}}
|
||||
<h4>{{$parent_header}}</h4>
|
||||
<div id="delegate-parent-desc" class="delegate-parent-desc">{{$parent_desc}}</div>
|
||||
|
@ -11,10 +17,6 @@
|
|||
<div class="submit"><input type="submit" name="delegate" value="{{$submit}}"/></div>
|
||||
</form>
|
||||
</div>
|
||||
{{else}}
|
||||
<h4>{{$account_header}}</h4>
|
||||
<div id="add-account-desc" class="add-account-desc">{{$account_desc}}</div>
|
||||
<a href='register'>{{$add_account}}</a>
|
||||
{{/if}}
|
||||
|
||||
<h4>{{$delegates_header}}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue