fix post url

This commit is contained in:
Yax 2019-08-31 17:38:56 +02:00
parent 7fa100db51
commit 00ce7d5acf

View file

@ -19,7 +19,7 @@
<input class="hidden" id="token" name="token" type="text" placeholder="Blog"
value="{{ stacosys_token }}">
<input class="hidden" id="url" name="url" type="text" placeholder="Article"
value="/{{ post_url }}">
value="/{{ post_url }}/">
<label class="remarque">Remarque</label>
<input class="remarque" name="remarque"
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"