Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update tag.jet.html (#1421)

Cette révision appartient à :
kilo 2017-08-28 05:05:56 +02:00 révisé par ewhal
Parent 8c0546323c
révision 3ea9e7230d
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -16,7 +16,7 @@
<label class="input-label" for="type">{{ T("tagtype")}}</label>
<select name="type" id="type" class="form-input up-input">
{{ range _, type := Config.Torrents.Tags.Types }}
<option value="{{ type }}" {{if Form.Type == type }}selected{{end}}>{{T("tagtype_" + type) }}</option>
<option value="{{ type[0] }}" {{if Form.Type == type[0] }}selected{{end}}>{{T("tagtype_" + type[0]) }}</option>
{{ end }}
</select>
{{ yield errors(name="Type")}}