Fix #23082. This bug is caused by a nil context in https://github.com/go-gitea/gitea/issues/23082#issuecomment-1441276546 . --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			419 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			419 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
<div class="field">
 | 
						|
	{{template "repo/issue/fields/header" .}}
 | 
						|
	<input type="{{if .item.Validations.is_number}}number{{else}}text{{end}}" name="form-field-{{.item.ID}}" placeholder="{{.item.Attributes.placeholder}}" value="{{.item.Attributes.value}}" {{if .item.Validations.required}}required{{end}} {{if .item.Validations.regex}}pattern="{{.item.Validations.regex}}" title="{{.item.Validations.regex}}"{{end}}>
 | 
						|
</div>
 |