diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-12-02 00:08:21 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-12-02 00:08:21 +0100 |
commit | e6915e4f4179d4e9686604efb5231309fbaa9b37 (patch) | |
tree | fafa020da715a8973df30747a91efb06532d8435 | |
parent | dodal možnost komentiranja # popravek, dodal komentarje v gitignore (diff) | |
download | sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar.gz sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar.bz2 sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar.lz sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar.xz sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.tar.zst sijanec.eu-e6915e4f4179d4e9686604efb5231309fbaa9b37.zip |
Diffstat (limited to '')
-rw-r--r-- | _includes/commentreplyform.html | 2 | ||||
-rw-r--r-- | _includes/commentsthread.html | 2 |
2 files changed, 2 insertions, 2 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> 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: '&', "&" | replace: '"', """ }}" /> <input type=submit value=Uredi! /> <textarea placeholder="{{ taplaceholder }}{{ editnotice }}" name=message >{{ safemsg | replace: "!", "!" }}</textarea> |