Note: This commit could break things, the userprofile model has been moved so the db layout must change (some alter table commands are needed to don't lose data) Signed-off-by: volpino <fox91@anche.no>
		
			
				
	
	
		
			15 lines
		
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
{% load url from future %}
 | 
						|
{% load djeuscan_helpers %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
  {{ block.super }} - Watched maintainers
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <h2>Watched maintainers</h2>
 | 
						|
 | 
						|
  {% maintainers_table maintainers %}
 | 
						|
{% endblock %}
 |