Remove reference to old jQuery
This was 404ing anyway.
This commit is contained in:
		
							parent
							
								
									55ee5b53b6
								
							
						
					
					
						commit
						279f1deae5
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| from datetime import datetime | ||||
| 
 | ||||
| from django.conf.urls import include, url | ||||
| from django.conf.urls import url | ||||
| 
 | ||||
| from ..staff.models import Person | ||||
| from .models import Entry, EntryTag | ||||
|  |  | |||
|  | @ -2,7 +2,6 @@ | |||
| {% block subtitle %}Conservancy Blog Query - {% endblock %} | ||||
| 
 | ||||
| {% block head %} | ||||
| <script type="text/javascript" src="/js/jquery-1.2.min.js"></script> | ||||
| <script type="text/javascript"> | ||||
| $(function () { | ||||
|     function my_display (sel, b) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue