mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Merge pull request #2691 from mochawich/patch-1
fixed missing anchor closing tag
This commit is contained in:
		
						commit
						b41808b79a
					
				| 
						 | 
				
			
			@ -7,6 +7,6 @@
 | 
			
		|||
{% if next_url %}
 | 
			
		||||
    <li class="next"><a href="{{ next_url }}">Next »</a></li>
 | 
			
		||||
{% else %}
 | 
			
		||||
    <li class="next disabled"><a href="#">Next »</li>
 | 
			
		||||
    <li class="next disabled"><a href="#">Next »</a></li>
 | 
			
		||||
{% endif %}
 | 
			
		||||
</ul>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user