Create graph_followers template Add urlconf for graph_followers Redirect use to followers view instead of just calling it
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {# vim: set ft=htmldjango #}
 | |
| {% extends "graph_base.html" %}
 |