Skip to content

Commit

Permalink
chore: remove required in html
Browse files Browse the repository at this point in the history
  • Loading branch information
louis70109 committed Sep 5, 2020
1 parent 6d80eff commit 6043361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Input</h1>
<br />
網址(選填): <input type="text" name="url" id="url" />
<br />
圖片網址(選填): <input type="text" name="imageUrl" id="imageUrl" required />
圖片網址(選填): <input type="text" name="imageUrl" id="imageUrl" />
<br />
描述:
<textarea name="desc" id="desc" cols="30" rows="10"></textarea>
Expand Down

0 comments on commit 6043361

Please sign in to comment.