1
0
Fork 0

Replace remaining "follow" route instances to "contact/follow"

This commit is contained in:
Hypolite Petovan 2022-11-01 09:41:39 -04:00
commit 2c7a60eb0e
4 changed files with 4 additions and 4 deletions

View 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>