* Refactored templates and templatetags * Added unfavourite views * Added button to favourite/unfavourite package * Panel for showing favourited objects Signed-off-by: volpino <fox91@anche.no>
		
			
				
	
	
		
			16 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
 | 
						|
{% load euscan %}
 | 
						|
{% load url from future %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
{{ block.super }} - maintainers
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<h2>Maintainers</h2>
 | 
						|
 | 
						|
{% maintainers_table maintainers request.GET.extras %}
 | 
						|
 | 
						|
{% endblock %}
 |