You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
309 B

<form action="/characters/<%=data.id%>" method="POST">
<input type="text" name="name" value="<%=data.name%>"/>
<input type="text" name="img" value="<%=data.img%>"/>
<input type="text" name="about" value="<%=data.about%>"/>
<input type="hidden" name="_method" value="PUT"/>
<button>submit</button>
</form>