mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix bug that tries to load mistyped templates
This commit is contained in:
		@@ -44,7 +44,7 @@
 | 
			
		||||
					</table>
 | 
			
		||||
				</div>
 | 
			
		||||
 | 
			
		||||
				{{template "base/paginage" .}}
 | 
			
		||||
				{{template "base/paginate" .}}
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -75,7 +75,7 @@
 | 
			
		||||
				</li>
 | 
			
		||||
			{{end}}
 | 
			
		||||
		</ul>
 | 
			
		||||
		{{template "base/paginage" .}}
 | 
			
		||||
		{{template "base/paginate" .}}
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
{{template "base/footer" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user