diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/commentreplyform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/commentreplyform.html b/_includes/commentreplyform.html index 99ffaf3..1a7a695 100644 --- a/_includes/commentreplyform.html +++ b/_includes/commentreplyform.html @@ -4,7 +4,7 @@ langstrings used: comment.taplaceholder, basic.nepodpiraiframe {% endcomment %} {% capture return %} - <form target=comstatus{{ argv[1] }} action=/api?m=commentreply method=POST class=commentform > +<form target=comstatus{{ argv[1] }} action=/api/?m=commentreply method=POST class=commentform > <input type=text name=vzdevek placeholder="Vzdevek poĊĦiljatelja" /> <input type=submit name=submit value=Objavi! /> <textarea placeholder="{{ site.data.lang.comment.taplaceholder }}" name=message ></textarea> |