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 /_includes/commentreplyform.html | |
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 '_includes/commentreplyform.html')
-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> |