mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Add additional validation measures and create triggers for last modified columns
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
>
|
||||
<label>
|
||||
Title:
|
||||
<input type="text" name="title" />
|
||||
<input type="text" name="title" pattern="\S(.*\S)?" maxlength="100" required />
|
||||
</label>
|
||||
|
||||
<button type="submit">Submit</button>
|
||||
|
||||
Reference in New Issue
Block a user