summaryrefslogtreecommitdiffstats
path: root/_includes/commentsthread.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/commentsthread.html')
-rw-r--r--_includes/commentsthread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/commentsthread.html b/_includes/commentsthread.html
index 2e1119a..ed07984 100644
--- a/_includes/commentsthread.html
+++ b/_includes/commentsthread.html
@@ -48,7 +48,7 @@ Komentar lahko uredi samo tisti, ki ga je napisal. Komentar uredite v brskalniku
</label>
<input type=checkbox id=edit{{ uid }} class=showhide-checkbox >
<div class=showhide-hiddenelement >
- <form class=commentform method=POST action=/api?m=commentedit target=editstatus{{ uid }} >
+ <form class=commentform method=POST action=/api/?m=commentedit target=editstatus{{ uid }} >
<input type=text name=vzdevek value="{{ comment.author | replace: '&', "&amp;" | replace: '"', "&quot;" }}" />
<input type=submit value=Uredi! />
<textarea placeholder="{{ taplaceholder }}{{ editnotice }}" name=message >{{ safemsg | replace: "&#33;", "!" }}</textarea>