fix posted comment URL
This commit is contained in:
parent
095485cc1a
commit
cc2d269072
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@
|
|||
<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}$"
|
||||
<input class="remarque" name="remarque"
|
||||
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"
|
||||
placeholder="nom@domaine.com">
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
|
Loading…
Add table
Reference in a new issue