mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Remove @required attributes from hidden forms
This commit is contained in:
parent
dbda2ad583
commit
59a2d30d23
4 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,6 @@ $reviewers = User::GetAllByCanReviewProjects();
|
|||
<input
|
||||
type="text"
|
||||
name="project-producer-name"
|
||||
required="required"
|
||||
value="<?= Formatter::EscapeHtml($project->ProducerName ?? '') ?>"
|
||||
/>
|
||||
</label>
|
||||
|
@ -61,8 +60,7 @@ $reviewers = User::GetAllByCanReviewProjects();
|
|||
<input
|
||||
type="url"
|
||||
name="project-vcs-url"
|
||||
required="required"
|
||||
placeholder="https://github.com/"
|
||||
placeholder="https://github.com/..."
|
||||
pattern="^https:\/\/github\.com\/[^\/]+/[^\/]+/?$"
|
||||
value="<?= Formatter::EscapeHtml($project->VcsUrl ?? '') ?>"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue