Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Remove required from torrent name in upload

Cette révision appartient à :
kipukun 2017-05-27 18:45:28 -04:00
Parent b03ae53455
révision 1a638c6293

Voir le fichier

@ -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">