Require something in the title field, client side
This commit is contained in:
parent
3dd4927281
commit
7d431b46fe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<form action="" method="POST">
|
<form action="" method="POST">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1><input autocomplete=off type=text name=title value="{{title}}" placeholder="Title"></h1>
|
<h1><input autocomplete=off type=text name=title value="{{title}}" placeholder="Title" required></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|
Loading…
Reference in a new issue