Remove required from torrent name in upload
Cette révision appartient à :
Parent
b03ae53455
révision
1a638c6293
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -8,7 +8,7 @@
|
|||
{{end}}
|
||||
|
||||
<h3>{{call $.T "name"}}</h3>
|
||||
<input type="text" name="name" id="name" class="form-input up-input" placeholder="{{call $.T "file_name"}}" value="{{.Name}}" autofocus required>
|
||||
<input type="text" name="name" id="name" class="form-input up-input" placeholder="{{call $.T "file_name"}}" value="{{.Name}}" autofocus>
|
||||
|
||||
<h3>{{call $.T "torrent_file"}}</h3>
|
||||
<input type="file" name="torrent" id="torrent" class="up-input" accept=".torrent">
|
||||
|
|
Référencer dans un nouveau ticket