fix post url
This commit is contained in:
parent
7fa100db51
commit
00ce7d5acf
1 changed files with 1 additions and 1 deletions
|
@ -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}$"
|
||||
|
|
Loading…
Add table
Reference in a new issue