Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Removing errors block

Cette révision appartient à :
akuma06 2017-08-01 23:45:07 +02:00
Parent b9a1ab9d4c
révision 7f40176f28

Voir le fichier

@ -12,7 +12,6 @@
<div class="form-group">
<label class="input-label" for="tag">{{ T("tag")}}</label>
<input type="text" id="tag" name="tag" class="form-input up-input" value="" required/>
{{ yield errors(name="Tag")}}
</div>
<div class="form-group">
<label class="input-label" for="type">{{ T("tagtype")}}</label>
@ -21,7 +20,6 @@
<option value="{{ type }}">{{T("tagtype_" + type) }}</option>
{{ end }}
</select>
{{ yield errors(name="Type")}}
</div>
</div>
<div class="modal-footer">