Merge pull request #1088 from annando/master

Bugfix: It was impossible to add groups.
This commit is contained in:
Tobias Diekershoff 2014-08-30 09:36:31 +02:00
commit 6d9e513349
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
<label id="dfrn-url-label" for="dfrn-url" >{{$your_address}}</label>
{{if $myaddr}}
{{$myaddr}}
<input type="hidden" name="dfrn_url" id="dfrn-url" size="32" value="{{$myaddr}}" />
{{else}}
<input type="text" name="dfrn_url" id="dfrn-url" size="32" value="{{$myaddr}}" />
{{/if}}