]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/widget/follow.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / widget / follow.tpl
index 076940a62b2a6c50a50214399384f3cfe7fac247..dd28e4317152aaed1c928a2cc1115e29ad160cc7 100644 (file)
@@ -2,7 +2,7 @@
 <div id="follow-sidebar" class="widget">
        <h3>{{$connect}}</h3>
        <div id="connect-desc">{{$desc nofilter}}</div>
-       <form action="follow" method="get">
+       <form action="contact/follow" method="get">
                <input id="side-follow-url" type="text" name="url" value="{{$value}}" size="24" placeholder="{{$hint}}" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
        </form>
 </div>