Update tag.jet.html (#1421)
Cette révision appartient à :
Parent
8c0546323c
révision
3ea9e7230d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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")}}
|
||||
|
|
Référencer dans un nouveau ticket