diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-09 16:26:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-09 16:26:30 -0700 |
commit | 2a4032d71aaa8934ce948f549e55e53d14cdfc93 (patch) | |
tree | cad98e5981a60c8ee60c490ee42268ba3f793bc3 /view | |
parent | 42c9f853a7d878fef7f545b58a744c134baabc02 (diff) | |
download | volse-hubzilla-2a4032d71aaa8934ce948f549e55e53d14cdfc93.tar.gz volse-hubzilla-2a4032d71aaa8934ce948f549e55e53d14cdfc93.tar.bz2 volse-hubzilla-2a4032d71aaa8934ce948f549e55e53d14cdfc93.zip |
clean up the warnings about connections on unclonable networks
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 8d44e8b16..146030494 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -59,10 +59,11 @@ {{$loc_text}} {{$locstr}} </div> {{/if}} - {{if $not_here}} + {{if $unclonable}} <div> - <strong>{{$not_here}}</strong> + <br>{{$unclonable}} </div> + <br> {{/if}} {{if $last_update}} <div> |